Html Css Color HEX #DB4267 Cerise

📋 copy color: '#DB4267'

red 219 ◦ green 66 ◦ blue 103

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

Shades of Cerise #DB4267

Tints of Cerise #DB4267

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 103 (40.63% from 255) = 26.55%

R = 56.44%
G = 17.01%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB4267 (or 0xDB4267) is known color: Cerise. HEX triplet: DB, 42 and 67. RGB value is (219,66,103). Sum of RGB (Red+Green+Blue) = 219+66+103=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4267 is #24BD98. Grayscale: #737373. Windows color (decimal): -2407833 or 6767323. OLE color: 6767323.

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

Color convert

RGB 219 66 103 -
CMYK 0 0.70 0.53 0.14
HSL 345.49º 0.68% 0.56% -
HSV(B) 345.49º 0.7% 0.86% -
XYZ 33.61 19.94 14.91 -
YUV 115.97 120.69 201.49 -
System Red Green Blue C M Y K H S L
Decimal 219 66 103 0 0.70 0.53 0.14 345.49 0.68 0.56
Hex DB 42 67 0 46 35 E 159 44 38
Octal 333 102 147 0 106 65 16 531 104 70
Binary 11011011 1000010 1100111 0 1000110 110101 1110 101011001 1000100 111000

Color Harmonies of #DB4267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4267

Black with #DB4267

Text Example


Text Example

White with #DB4267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4267; }

 p { color: rgb(219,66,103); }

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

background-color css

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

 a { background-color: rgb(219,66,103); }

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

border-color css

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

 span { border-color: rgb(219,66,103); }

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