Html Css Color HEX #DC5F7D Cranberry

📋 copy color: '#DC5F7D'

red 220 ◦ green 95 ◦ blue 125

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

Shades of Cranberry #DC5F7D

Tints of Cranberry #DC5F7D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

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

R = 50%
G = 21.59%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC5F7D (or 0xDC5F7D) is known color: Cranberry. HEX triplet: DC, 5F and 7D. RGB value is (220,95,125). Sum of RGB (Red+Green+Blue) = 220+95+125=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F7D is #23A082. Grayscale: #878787. Windows color (decimal): -2334851 or 8216540. OLE color: 8216540.

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

Color convert

RGB 220 95 125 -
CMYK 0 0.57 0.43 0.14
HSL 345.6º 0.64% 0.62% -
HSV(B) 345.6º 0.57% 0.86% -
XYZ 37.31 24.88 22.24 -
YUV 135.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 220 95 125 0 0.57 0.43 0.14 345.6 0.64 0.62
Hex DC 5F 7D 0 39 2B E 15A 40 3E
Octal 334 137 175 0 71 53 16 532 100 76
Binary 11011100 1011111 1111101 0 111001 101011 1110 101011010 1000000 111110

Color Harmonies of #DC5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F7D

Black with #DC5F7D

Text Example


Text Example

White with #DC5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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