Html Css Color HEX #DB5175 Cranberry

📋 copy color: '#DB5175'

red 219 ◦ green 81 ◦ blue 117

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

Shades of Cranberry #DB5175

Tints of Cranberry #DB5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.42%

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

R = 52.52%
G = 19.42%
B = 28.06%

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

#DB5175 (or 0xDB5175) is known color: Cranberry. HEX triplet: DB, 51 and 75. RGB value is (219,81,117). Sum of RGB (Red+Green+Blue) = 219+81+117=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5175 is #24AE8A. Grayscale: #7E7E7E. Windows color (decimal): -2403979 or 7688667. OLE color: 7688667.

HSL color Cylindrical-coordinate representation of color #DB5175: hue angle of 344.35º 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 #DB5175 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 117 -
CMYK 0 0.63 0.47 0.14
HSL 344.35º 0.66% 0.59% -
HSV(B) 344.35º 0.63% 0.86% -
XYZ 35.37 22.23 19.26 -
YUV 126.37 122.72 194.07 -
System Red Green Blue C M Y K H S L
Decimal 219 81 117 0 0.63 0.47 0.14 344.35 0.66 0.59
Hex DB 51 75 0 3F 2F E 158 42 3B
Octal 333 121 165 0 77 57 16 530 102 73
Binary 11011011 1010001 1110101 0 111111 101111 1110 101011000 1000010 111011

Color Harmonies of #DB5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5175

Black with #DB5175

Text Example


Text Example

White with #DB5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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