Html Css Color HEX #DB4D6E Cranberry

📋 copy color: '#DB4D6E'

red 219 ◦ green 77 ◦ blue 110

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

Shades of Cranberry #DB4D6E

Tints of Cranberry #DB4D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.97%

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

R = 53.94%
G = 18.97%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB4D6E (or 0xDB4D6E) is known color: Cranberry. HEX triplet: DB, 4D and 6E. RGB value is (219,77,110). Sum of RGB (Red+Green+Blue) = 219+77+110=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB4D6E is #24B291. Grayscale: #7B7B7B. Windows color (decimal): -2405010 or 7228891. OLE color: 7228891.

HSL color Cylindrical-coordinate representation of color #DB4D6E: hue angle of 346.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DB4D6E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 77 110 -
CMYK 0 0.65 0.50 0.14
HSL 346.06º 0.66% 0.58% -
HSV(B) 346.06º 0.65% 0.86% -
XYZ 34.68 21.49 17.07 -
YUV 123.22 120.54 196.32 -
System Red Green Blue C M Y K H S L
Decimal 219 77 110 0 0.65 0.50 0.14 346.06 0.66 0.58
Hex DB 4D 6E 0 41 32 E 15A 42 3A
Octal 333 115 156 0 101 62 16 532 102 72
Binary 11011011 1001101 1101110 0 1000001 110010 1110 101011010 1000010 111010

Color Harmonies of #DB4D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4D6E

Black with #DB4D6E

Text Example


Text Example

White with #DB4D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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