Html Css Color HEX #DB3E5C Cerise

📋 copy color: '#DB3E5C'

red 219 ◦ green 62 ◦ blue 92

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

Shades of Cerise #DB3E5C

Tints of Cerise #DB3E5C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.62%

 BLUE value IS 92 (36.33% from 255) = 24.66%

R = 58.71%
G = 16.62%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB3E5C (or 0xDB3E5C) is known color: Cerise. HEX triplet: DB, 3E and 5C. RGB value is (219,62,92). Sum of RGB (Red+Green+Blue) = 219+62+92=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E5C is #24C1A3. Grayscale: #707070. Windows color (decimal): -2408868 or 6045403. OLE color: 6045403.

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

Color convert

RGB 219 62 92 -
CMYK 0 0.72 0.58 0.14
HSL 348.54º 0.69% 0.55% -
HSV(B) 348.54º 0.72% 0.86% -
XYZ 32.87 19.28 12.11 -
YUV 112.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 219 62 92 0 0.72 0.58 0.14 348.54 0.69 0.55
Hex DB 3E 5C 0 48 3A E 15D 45 37
Octal 333 76 134 0 110 72 16 535 105 67
Binary 11011011 111110 1011100 0 1001000 111010 1110 101011101 1000101 110111

Color Harmonies of #DB3E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3E5C

Black with #DB3E5C

Text Example


Text Example

White with #DB3E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3E5C; }

 p { color: rgb(219,62,92); }

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

background-color css

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

 a { background-color: rgb(219,62,92); }

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

border-color css

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

 span { border-color: rgb(219,62,92); }

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