Html Css Color HEX #DB4185 Deep Cerise

📋 copy color: '#DB4185'

red 219 ◦ green 65 ◦ blue 133

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

Shades of Deep Cerise #DB4185

Tints of Deep Cerise #DB4185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.59%

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

R = 52.52%
G = 15.59%
B = 31.89%

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

#DB4185 (or 0xDB4185) is known color: Deep Cerise. HEX triplet: DB, 41 and 85. RGB value is (219,65,133). Sum of RGB (Red+Green+Blue) = 219+65+133=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4185 is #24BE7A. Grayscale: #767676. Windows color (decimal): -2408059 or 8733147. OLE color: 8733147.

HSL color Cylindrical-coordinate representation of color #DB4185: hue angle of 333.51º 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 #DB4185 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 133 -
CMYK 0 0.70 0.39 0.14
HSL 333.51º 0.68% 0.56% -
HSV(B) 333.51º 0.7% 0.86% -
XYZ 35.34 20.53 24.29 -
YUV 118.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 219 65 133 0 0.70 0.39 0.14 333.51 0.68 0.56
Hex DB 41 85 0 46 27 E 14E 44 38
Octal 333 101 205 0 106 47 16 516 104 70
Binary 11011011 1000001 10000101 0 1000110 100111 1110 101001110 1000100 111000

Color Harmonies of #DB4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4185

Black with #DB4185

Text Example


Text Example

White with #DB4185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4185; }

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

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

background-color css

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

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

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

border-color css

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

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

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