Html Css Color HEX #DB5075 Cranberry

📋 copy color: '#DB5075'

red 219 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #DB5075

Tints of Cranberry #DB5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.23%

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

R = 52.64%
G = 19.23%
B = 28.13%

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

#DB5075 (or 0xDB5075) is known color: Cranberry. HEX triplet: DB, 50 and 75. RGB value is (219,80,117). Sum of RGB (Red+Green+Blue) = 219+80+117=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5075 is #24AF8A. Grayscale: #7D7D7D. Windows color (decimal): -2404235 or 7688411. OLE color: 7688411.

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

Color convert

RGB 219 80 117 -
CMYK 0 0.63 0.47 0.14
HSL 344.03º 0.66% 0.59% -
HSV(B) 344.03º 0.63% 0.86% -
XYZ 35.29 22.08 19.23 -
YUV 125.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 219 80 117 0 0.63 0.47 0.14 344.03 0.66 0.59
Hex DB 50 75 0 3F 2F E 158 42 3B
Octal 333 120 165 0 77 57 16 530 102 73
Binary 11011011 1010000 1110101 0 111111 101111 1110 101011000 1000010 111011

Color Harmonies of #DB5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5075

Black with #DB5075

Text Example


Text Example

White with #DB5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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