Html Css Color HEX #DB4285 Deep Cerise

📋 copy color: '#DB4285'

red 219 ◦ green 66 ◦ blue 133

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

Shades of Deep Cerise #DB4285

Tints of Deep Cerise #DB4285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 52.39%
G = 15.79%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DB4285 (or 0xDB4285) is known color: Deep Cerise. HEX triplet: DB, 42 and 85. RGB value is (219,66,133). Sum of RGB (Red+Green+Blue) = 219+66+133=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4285 is #24BD7A. Grayscale: #777777. Windows color (decimal): -2407803 or 8733403. OLE color: 8733403.

HSL color Cylindrical-coordinate representation of color #DB4285: hue angle of 333.73º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4285 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 66 133 -
CMYK 0 0.70 0.39 0.14
HSL 333.73º 0.68% 0.56% -
HSV(B) 333.73º 0.7% 0.86% -
XYZ 35.4 20.65 24.31 -
YUV 119.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 219 66 133 0 0.70 0.39 0.14 333.73 0.68 0.56
Hex DB 42 85 0 46 27 E 14E 44 38
Octal 333 102 205 0 106 47 16 516 104 70
Binary 11011011 1000010 10000101 0 1000110 100111 1110 101001110 1000100 111000

Color Harmonies of #DB4285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4285

Black with #DB4285

Text Example


Text Example

White with #DB4285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4285; }

 p { color: rgb(219,66,133); }

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

background-color css

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

 a { background-color: rgb(219,66,133); }

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

border-color css

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

 span { border-color: rgb(219,66,133); }

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