Html Css Color HEX #DB4F87 Cranberry

📋 copy color: '#DB4F87'

red 219 ◦ green 79 ◦ blue 135

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

Shades of Cranberry #DB4F87

Tints of Cranberry #DB4F87

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.24%

 BLUE value IS 135 (53.13% from 255) = 31.18%

R = 50.58%
G = 18.24%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB4F87 (or 0xDB4F87) is known color: Cranberry. HEX triplet: DB, 4F and 87. RGB value is (219,79,135). Sum of RGB (Red+Green+Blue) = 219+79+135=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB4F87 is #24B078. Grayscale: #7F7F7F. Windows color (decimal): -2404473 or 8867803. OLE color: 8867803.

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

Color convert

RGB 219 79 135 -
CMYK 0 0.64 0.38 0.14
HSL 336º 0.66% 0.58% -
HSV(B) 336º 0.64% 0.86% -
XYZ 36.38 22.4 25.33 -
YUV 127.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 219 79 135 0 0.64 0.38 0.14 336 0.66 0.58
Hex DB 4F 87 0 40 26 E 150 42 3A
Octal 333 117 207 0 100 46 16 520 102 72
Binary 11011011 1001111 10000111 0 1000000 100110 1110 101010000 1000010 111010

Color Harmonies of #DB4F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F87

Black with #DB4F87

Text Example


Text Example

White with #DB4F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F87; }

 p { color: rgb(219,79,135); }

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

background-color css

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

 a { background-color: rgb(219,79,135); }

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

border-color css

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

 span { border-color: rgb(219,79,135); }

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