Html Css Color HEX #DB426E Cranberry

📋 copy color: '#DB426E'

red 219 ◦ green 66 ◦ blue 110

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

Shades of Cranberry #DB426E

Tints of Cranberry #DB426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 55.44%
G = 16.71%
B = 27.85%

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

#DB426E (or 0xDB426E) is known color: Cranberry. HEX triplet: DB, 42 and 6E. RGB value is (219,66,110). Sum of RGB (Red+Green+Blue) = 219+66+110=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB426E is #24BD91. Grayscale: #747474. Windows color (decimal): -2407826 or 7226075. OLE color: 7226075.

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

Color convert

RGB 219 66 110 -
CMYK 0 0.70 0.50 0.14
HSL 342.75º 0.68% 0.56% -
HSV(B) 342.75º 0.7% 0.86% -
XYZ 33.98 20.08 16.84 -
YUV 116.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 219 66 110 0 0.70 0.50 0.14 342.75 0.68 0.56
Hex DB 42 6E 0 46 32 E 157 44 38
Octal 333 102 156 0 106 62 16 527 104 70
Binary 11011011 1000010 1101110 0 1000110 110010 1110 101010111 1000100 111000

Color Harmonies of #DB426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB426E

Black with #DB426E

Text Example


Text Example

White with #DB426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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