Html Css Color HEX #DC5175 Cranberry

📋 copy color: '#DC5175'

red 220 ◦ green 81 ◦ blue 117

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

Shades of Cranberry #DC5175

Tints of Cranberry #DC5175

RGB

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

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

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

R = 52.63%
G = 19.38%
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

#DC5175 (or 0xDC5175) is known color: Cranberry. HEX triplet: DC, 51 and 75. RGB value is (220,81,117). Sum of RGB (Red+Green+Blue) = 220+81+117=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5175 is #23AE8A. Grayscale: #7E7E7E. Windows color (decimal): -2338443 or 7688668. OLE color: 7688668.

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

Color convert

RGB 220 81 117 -
CMYK 0 0.63 0.47 0.14
HSL 344.46º 0.67% 0.59% -
HSV(B) 344.46º 0.63% 0.86% -
XYZ 35.67 22.38 19.27 -
YUV 126.67 122.55 194.57 -
System Red Green Blue C M Y K H S L
Decimal 220 81 117 0 0.63 0.47 0.14 344.46 0.67 0.59
Hex DC 51 75 0 3F 2F E 158 43 3B
Octal 334 121 165 0 77 57 16 530 103 73
Binary 11011100 1010001 1110101 0 111111 101111 1110 101011000 1000011 111011

Color Harmonies of #DC5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5175

Black with #DC5175

Text Example


Text Example

White with #DC5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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