Html Css Color HEX #DB5F75 Cranberry

📋 copy color: '#DB5F75'

red 219 ◦ green 95 ◦ blue 117

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

Shades of Cranberry #DB5F75

Tints of Cranberry #DB5F75

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.04%

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 50.81%
G = 22.04%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5F75 (or 0xDB5F75) is known color: Cranberry. HEX triplet: DB, 5F and 75. RGB value is (219,95,117). Sum of RGB (Red+Green+Blue) = 219+95+117=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 95 (37.5% from 255 or 22.04% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F75 is #24A08A. Grayscale: #868686. Windows color (decimal): -2400395 or 7692251. OLE color: 7692251.

HSL color Cylindrical-coordinate representation of color #DB5F75: hue angle of 349.35º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB5F75 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 117 -
CMYK 0 0.57 0.47 0.14
HSL 349.35º 0.63% 0.62% -
HSV(B) 349.35º 0.57% 0.86% -
XYZ 36.52 24.53 19.64 -
YUV 134.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 219 95 117 0 0.57 0.47 0.14 349.35 0.63 0.62
Hex DB 5F 75 0 39 2F E 15D 3F 3E
Octal 333 137 165 0 71 57 16 535 77 76
Binary 11011011 1011111 1110101 0 111001 101111 1110 101011101 111111 111110

Color Harmonies of #DB5F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F75

Black with #DB5F75

Text Example


Text Example

White with #DB5F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F75; }

 p { color: rgb(219,95,117); }

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

background-color css

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

 a { background-color: rgb(219,95,117); }

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

border-color css

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

 span { border-color: rgb(219,95,117); }

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