Html Css Color HEX #DB4363 Cerise

📋 copy color: '#DB4363'

red 219 ◦ green 67 ◦ blue 99

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

Shades of Cerise #DB4363

Tints of Cerise #DB4363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.71%

R = 56.88%
G = 17.4%
B = 25.71%

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

#DB4363 (or 0xDB4363) is known color: Cerise. HEX triplet: DB, 43 and 63. RGB value is (219,67,99). Sum of RGB (Red+Green+Blue) = 219+67+99=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4363 is #24BC9C. Grayscale: #747474. Windows color (decimal): -2407581 or 6505435. OLE color: 6505435.

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

Color convert

RGB 219 67 99 -
CMYK 0 0.69 0.55 0.14
HSL 347.37º 0.68% 0.56% -
HSV(B) 347.37º 0.69% 0.86% -
XYZ 33.47 19.98 13.9 -
YUV 116.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 219 67 99 0 0.69 0.55 0.14 347.37 0.68 0.56
Hex DB 43 63 0 45 37 E 15B 44 38
Octal 333 103 143 0 105 67 16 533 104 70
Binary 11011011 1000011 1100011 0 1000101 110111 1110 101011011 1000100 111000

Color Harmonies of #DB4363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4363

Black with #DB4363

Text Example


Text Example

White with #DB4363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4363; }

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

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

background-color css

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

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

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

border-color css

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

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

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