Html Css Color HEX #DB426A Cerise

📋 copy color: '#DB426A'

red 219 ◦ green 66 ◦ blue 106

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

Shades of Cerise #DB426A

Tints of Cerise #DB426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 56.01%
G = 16.88%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB426A (or 0xDB426A) is known color: Cerise. HEX triplet: DB, 42 and 6A. RGB value is (219,66,106). Sum of RGB (Red+Green+Blue) = 219+66+106=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB426A is #24BD95. Grayscale: #747474. Windows color (decimal): -2407830 or 6963931. OLE color: 6963931.

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

Color convert

RGB 219 66 106 -
CMYK 0 0.70 0.52 0.14
HSL 344.31º 0.68% 0.56% -
HSV(B) 344.31º 0.7% 0.86% -
XYZ 33.76 20 15.72 -
YUV 116.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 219 66 106 0 0.70 0.52 0.14 344.31 0.68 0.56
Hex DB 42 6A 0 46 34 E 158 44 38
Octal 333 102 152 0 106 64 16 530 104 70
Binary 11011011 1000010 1101010 0 1000110 110100 1110 101011000 1000100 111000

Color Harmonies of #DB426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB426A

Black with #DB426A

Text Example


Text Example

White with #DB426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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