Html Css Color HEX #DB426D Cranberry

📋 copy color: '#DB426D'

red 219 ◦ green 66 ◦ blue 109

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

Shades of Cranberry #DB426D

Tints of Cranberry #DB426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 55.58%
G = 16.75%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB426D (or 0xDB426D) is known color: Cranberry. HEX triplet: DB, 42 and 6D. RGB value is (219,66,109). Sum of RGB (Red+Green+Blue) = 219+66+109=394 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.58% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 219 - color contains mainly: red. Hex color #DB426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB426D is #24BD92. Grayscale: #747474. Windows color (decimal): -2407827 or 7160539. OLE color: 7160539.

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

Color convert

RGB 219 66 109 -
CMYK 0 0.70 0.50 0.14
HSL 343.14º 0.68% 0.56% -
HSV(B) 343.14º 0.7% 0.86% -
XYZ 33.92 20.06 16.55 -
YUV 116.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 219 66 109 0 0.70 0.50 0.14 343.14 0.68 0.56
Hex DB 42 6D 0 46 32 E 157 44 38
Octal 333 102 155 0 106 62 16 527 104 70
Binary 11011011 1000010 1101101 0 1000110 110010 1110 101010111 1000100 111000

Color Harmonies of #DB426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB426D

Black with #DB426D

Text Example


Text Example

White with #DB426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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