Html Css Color HEX #DB5975 Cranberry

📋 copy color: '#DB5975'

red 219 ◦ green 89 ◦ blue 117

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

Shades of Cranberry #DB5975

Tints of Cranberry #DB5975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.94%

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

R = 51.53%
G = 20.94%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5975 (or 0xDB5975) is known color: Cranberry. HEX triplet: DB, 59 and 75. RGB value is (219,89,117). Sum of RGB (Red+Green+Blue) = 219+89+117=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5975 is #24A68A. Grayscale: #838383. Windows color (decimal): -2401931 or 7690715. OLE color: 7690715.

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

Color convert

RGB 219 89 117 -
CMYK 0 0.59 0.47 0.14
HSL 347.08º 0.64% 0.6% -
HSV(B) 347.08º 0.59% 0.86% -
XYZ 36 23.49 19.47 -
YUV 131.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 219 89 117 0 0.59 0.47 0.14 347.08 0.64 0.6
Hex DB 59 75 0 3B 2F E 15B 40 3C
Octal 333 131 165 0 73 57 16 533 100 74
Binary 11011011 1011001 1110101 0 111011 101111 1110 101011011 1000000 111100

Color Harmonies of #DB5975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5975

Black with #DB5975

Text Example


Text Example

White with #DB5975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5975; }

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

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

background-color css

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

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

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

border-color css

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

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

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