Html Css Color HEX #DB5275 Cranberry

📋 copy color: '#DB5275'

red 219 ◦ green 82 ◦ blue 117

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

Shades of Cranberry #DB5275

Tints of Cranberry #DB5275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.62%

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

R = 52.39%
G = 19.62%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5275 (or 0xDB5275) is known color: Cranberry. HEX triplet: DB, 52 and 75. RGB value is (219,82,117). Sum of RGB (Red+Green+Blue) = 219+82+117=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5275 is #24AD8A. Grayscale: #7E7E7E. Windows color (decimal): -2403723 or 7688923. OLE color: 7688923.

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

Color convert

RGB 219 82 117 -
CMYK 0 0.63 0.47 0.14
HSL 344.67º 0.66% 0.59% -
HSV(B) 344.67º 0.63% 0.86% -
XYZ 35.44 22.38 19.28 -
YUV 126.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 219 82 117 0 0.63 0.47 0.14 344.67 0.66 0.59
Hex DB 52 75 0 3F 2F E 159 42 3B
Octal 333 122 165 0 77 57 16 531 102 73
Binary 11011011 1010010 1110101 0 111111 101111 1110 101011001 1000010 111011

Color Harmonies of #DB5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5275

Black with #DB5275

Text Example


Text Example

White with #DB5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5275; }

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

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

background-color css

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

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

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

border-color css

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

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

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