Html Css Color HEX #DC5075 Cranberry

📋 copy color: '#DC5075'

red 220 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #DC5075

Tints of Cranberry #DC5075

RGB

 RED value IS 220 (86.33% from 255) = 52.76%

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

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

R = 52.76%
G = 19.18%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC5075 (or 0xDC5075) is known color: Cranberry. HEX triplet: DC, 50 and 75. RGB value is (220,80,117). Sum of RGB (Red+Green+Blue) = 220+80+117=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5075 is #23AF8A. Grayscale: #7E7E7E. Windows color (decimal): -2338699 or 7688412. OLE color: 7688412.

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

Color convert

RGB 220 80 117 -
CMYK 0 0.64 0.47 0.14
HSL 344.14º 0.67% 0.59% -
HSV(B) 344.14º 0.64% 0.86% -
XYZ 35.59 22.24 19.25 -
YUV 126.08 122.88 194.99 -
System Red Green Blue C M Y K H S L
Decimal 220 80 117 0 0.64 0.47 0.14 344.14 0.67 0.59
Hex DC 50 75 0 40 2F E 158 43 3B
Octal 334 120 165 0 100 57 16 530 103 73
Binary 11011100 1010000 1110101 0 1000000 101111 1110 101011000 1000011 111011

Color Harmonies of #DC5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5075

Black with #DC5075

Text Example


Text Example

White with #DC5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5075; }

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

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

background-color css

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

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

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

border-color css

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

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

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