Html Css Color HEX #DB4069 Cerise

📋 copy color: '#DB4069'

red 219 ◦ green 64 ◦ blue 105

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

Shades of Cerise #DB4069

Tints of Cerise #DB4069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

 BLUE value IS 105 (41.41% from 255) = 27.06%

R = 56.44%
G = 16.49%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB4069 (or 0xDB4069) is known color: Cerise. HEX triplet: DB, 40 and 69. RGB value is (219,64,105). Sum of RGB (Red+Green+Blue) = 219+64+105=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4069 is #24BF96. Grayscale: #737373. Windows color (decimal): -2408343 or 6897883. OLE color: 6897883.

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

Color convert

RGB 219 64 105 -
CMYK 0 0.71 0.52 0.14
HSL 344.13º 0.68% 0.55% -
HSV(B) 344.13º 0.71% 0.86% -
XYZ 33.6 19.75 15.41 -
YUV 115.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 219 64 105 0 0.71 0.52 0.14 344.13 0.68 0.55
Hex DB 40 69 0 47 34 E 158 44 37
Octal 333 100 151 0 107 64 16 530 104 67
Binary 11011011 1000000 1101001 0 1000111 110100 1110 101011000 1000100 110111

Color Harmonies of #DB4069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4069

Black with #DB4069

Text Example


Text Example

White with #DB4069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4069; }

 p { color: rgb(219,64,105); }

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

background-color css

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

 a { background-color: rgb(219,64,105); }

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

border-color css

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

 span { border-color: rgb(219,64,105); }

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