Html Css Color HEX #DB3F64 Cerise

📋 copy color: '#DB3F64'

red 219 ◦ green 63 ◦ blue 100

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

Shades of Cerise #DB3F64

Tints of Cerise #DB3F64

RGB

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

 GREEN value IS 63 (25% from 255) = 16.49%

 BLUE value IS 100 (39.45% from 255) = 26.18%

R = 57.33%
G = 16.49%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB3F64 (or 0xDB3F64) is known color: Cerise. HEX triplet: DB, 3F and 64. RGB value is (219,63,100). Sum of RGB (Red+Green+Blue) = 219+63+100=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 63 (25% from 255 or 16.49% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F64 is #24C09B. Grayscale: #717171. Windows color (decimal): -2408604 or 6569947. OLE color: 6569947.

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

Color convert

RGB 219 63 100 -
CMYK 0 0.71 0.54 0.14
HSL 345.77º 0.68% 0.55% -
HSV(B) 345.77º 0.71% 0.86% -
XYZ 33.29 19.54 14.07 -
YUV 113.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 219 63 100 0 0.71 0.54 0.14 345.77 0.68 0.55
Hex DB 3F 64 0 47 36 E 15A 44 37
Octal 333 77 144 0 107 66 16 532 104 67
Binary 11011011 111111 1100100 0 1000111 110110 1110 101011010 1000100 110111

Color Harmonies of #DB3F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F64

Black with #DB3F64

Text Example


Text Example

White with #DB3F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F64; }

 p { color: rgb(219,63,100); }

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

background-color css

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

 a { background-color: rgb(219,63,100); }

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

border-color css

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

 span { border-color: rgb(219,63,100); }

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