Html Css Color HEX #DB367A Deep Cerise

📋 copy color: '#DB367A'

red 219 ◦ green 54 ◦ blue 122

#DB367A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DB367A

Tints of Deep Cerise #DB367A

RGB

 RED value IS 219 (85.94% from 255) = 55.44%

 GREEN value IS 54 (21.48% from 255) = 13.67%

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 55.44%
G = 13.67%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DB367A (or 0xDB367A) is known color: Deep Cerise. HEX triplet: DB, 36 and 7A. RGB value is (219,54,122). Sum of RGB (Red+Green+Blue) = 219+54+122=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB367A is #24C985. Grayscale: #6E6E6E. Windows color (decimal): -2410886 or 8009435. OLE color: 8009435.

HSL color Cylindrical-coordinate representation of color #DB367A: hue angle of 335.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB367A is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 122 -
CMYK 0 0.75 0.44 0.14
HSL 335.27º 0.7% 0.54% -
HSV(B) 335.27º 0.75% 0.86% -
XYZ 34.05 19.1 20.31 -
YUV 111.09 134.16 204.97 -
System Red Green Blue C M Y K H S L
Decimal 219 54 122 0 0.75 0.44 0.14 335.27 0.7 0.54
Hex DB 36 7A 0 4B 2C E 14F 46 36
Octal 333 66 172 0 113 54 16 517 106 66
Binary 11011011 110110 1111010 0 1001011 101100 1110 101001111 1000110 110110

Color Harmonies of #DB367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB367A

Black with #DB367A

Text Example


Text Example

White with #DB367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB367A; }

 p { color: rgb(219,54,122); }

 H1.HeaderClassName
 {
   color: #DB367A;
 }
 .AnyTagClassName
 {
   color: #DB367A;
 }
</style>

background-color css

<style>
 a { background-color: #DB367A; }

 a { background-color: rgb(219,54,122); }

 div.DivClassName
 {
   background-color: #DB367A;
 }
 .BgClassName
 {
   background-color: #DB367A;
 }
</style>

border-color css

<style>
 span { border-color: #DB367A; }

 span { border-color: rgb(219,54,122); }

 td.TdClassName
 {
   border-color: #DB367A;
 }
 .TagClassName
 {
   border-color: #DB367A;
 }
</style>