Html Css Color HEX #DB4362 Cerise

📋 copy color: '#DB4362'

red 219 ◦ green 67 ◦ blue 98

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

Shades of Cerise #DB4362

Tints of Cerise #DB4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

 BLUE value IS 98 (38.67% from 255) = 25.52%

R = 57.03%
G = 17.45%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB4362 (or 0xDB4362) is known color: Cerise. HEX triplet: DB, 43 and 62. RGB value is (219,67,98). Sum of RGB (Red+Green+Blue) = 219+67+98=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4362 is #24BC9D. Grayscale: #747474. Windows color (decimal): -2407582 or 6439899. OLE color: 6439899.

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

Color convert

RGB 219 67 98 -
CMYK 0 0.69 0.55 0.14
HSL 347.76º 0.68% 0.56% -
HSV(B) 347.76º 0.69% 0.86% -
XYZ 33.43 19.96 13.65 -
YUV 115.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 219 67 98 0 0.69 0.55 0.14 347.76 0.68 0.56
Hex DB 43 62 0 45 37 E 15C 44 38
Octal 333 103 142 0 105 67 16 534 104 70
Binary 11011011 1000011 1100010 0 1000101 110111 1110 101011100 1000100 111000

Color Harmonies of #DB4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4362

Black with #DB4362

Text Example


Text Example

White with #DB4362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4362; }

 p { color: rgb(219,67,98); }

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

background-color css

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

 a { background-color: rgb(219,67,98); }

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

border-color css

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

 span { border-color: rgb(219,67,98); }

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