Html Css Color HEX #DB426F Cranberry

📋 copy color: '#DB426F'

red 219 ◦ green 66 ◦ blue 111

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

Shades of Cranberry #DB426F

Tints of Cranberry #DB426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 55.3%
G = 16.67%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB426F (or 0xDB426F) is known color: Cranberry. HEX triplet: DB, 42 and 6F. RGB value is (219,66,111). Sum of RGB (Red+Green+Blue) = 219+66+111=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB426F is #24BD90. Grayscale: #747474. Windows color (decimal): -2407825 or 7291611. OLE color: 7291611.

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

Color convert

RGB 219 66 111 -
CMYK 0 0.70 0.49 0.14
HSL 342.35º 0.68% 0.56% -
HSV(B) 342.35º 0.7% 0.86% -
XYZ 34.03 20.1 17.13 -
YUV 116.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 219 66 111 0 0.70 0.49 0.14 342.35 0.68 0.56
Hex DB 42 6F 0 46 31 E 156 44 38
Octal 333 102 157 0 106 61 16 526 104 70
Binary 11011011 1000010 1101111 0 1000110 110001 1110 101010110 1000100 111000

Color Harmonies of #DB426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB426F

Black with #DB426F

Text Example


Text Example

White with #DB426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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