Html Css Color HEX #DB5475 Cranberry

📋 copy color: '#DB5475'

red 219 ◦ green 84 ◦ blue 117

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

Shades of Cranberry #DB5475

Tints of Cranberry #DB5475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20%

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

R = 52.14%
G = 20%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5475 (or 0xDB5475) is known color: Cranberry. HEX triplet: DB, 54 and 75. RGB value is (219,84,117). Sum of RGB (Red+Green+Blue) = 219+84+117=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5475 is #24AB8A. Grayscale: #808080. Windows color (decimal): -2403211 or 7689435. OLE color: 7689435.

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

Color convert

RGB 219 84 117 -
CMYK 0 0.62 0.47 0.14
HSL 345.33º 0.65% 0.59% -
HSV(B) 345.33º 0.62% 0.86% -
XYZ 35.59 22.69 19.33 -
YUV 128.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 219 84 117 0 0.62 0.47 0.14 345.33 0.65 0.59
Hex DB 54 75 0 3E 2F E 159 41 3B
Octal 333 124 165 0 76 57 16 531 101 73
Binary 11011011 1010100 1110101 0 111110 101111 1110 101011001 1000001 111011

Color Harmonies of #DB5475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5475

Black with #DB5475

Text Example


Text Example

White with #DB5475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5475; }

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

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

background-color css

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

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

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

border-color css

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

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

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