Html Css Color HEX #DC5D7D Cranberry

📋 copy color: '#DC5D7D'

red 220 ◦ green 93 ◦ blue 125

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

Shades of Cranberry #DC5D7D

Tints of Cranberry #DC5D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.23%

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 50.23%
G = 21.23%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC5D7D (or 0xDC5D7D) is known color: Cranberry. HEX triplet: DC, 5D and 7D. RGB value is (220,93,125). Sum of RGB (Red+Green+Blue) = 220+93+125=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D7D is #23A282. Grayscale: #868686. Windows color (decimal): -2335363 or 8216028. OLE color: 8216028.

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

Color convert

RGB 220 93 125 -
CMYK 0 0.58 0.43 0.14
HSL 344.88º 0.64% 0.61% -
HSV(B) 344.88º 0.58% 0.86% -
XYZ 37.13 24.53 22.18 -
YUV 134.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 220 93 125 0 0.58 0.43 0.14 344.88 0.64 0.61
Hex DC 5D 7D 0 3A 2B E 159 40 3D
Octal 334 135 175 0 72 53 16 531 100 75
Binary 11011100 1011101 1111101 0 111010 101011 1110 101011001 1000000 111101

Color Harmonies of #DC5D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D7D

Black with #DC5D7D

Text Example


Text Example

White with #DC5D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D7D; }

 p { color: rgb(220,93,125); }

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

background-color css

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

 a { background-color: rgb(220,93,125); }

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

border-color css

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

 span { border-color: rgb(220,93,125); }

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