Html Css Color HEX #DC5C7E Cranberry

📋 copy color: '#DC5C7E'

red 220 ◦ green 92 ◦ blue 126

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

Shades of Cranberry #DC5C7E

Tints of Cranberry #DC5C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21%

 BLUE value IS 126 (49.61% from 255) = 28.77%

R = 50.23%
G = 21%
B = 28.77%

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

#DC5C7E (or 0xDC5C7E) is known color: Cranberry. HEX triplet: DC, 5C and 7E. RGB value is (220,92,126). Sum of RGB (Red+Green+Blue) = 220+92+126=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 92 (36.33% from 255 or 21.00% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C7E is #23A381. Grayscale: #868686. Windows color (decimal): -2335618 or 8281308. OLE color: 8281308.

HSL color Cylindrical-coordinate representation of color #DC5C7E: hue angle of 344.06º degrees, saturation: 0.65, 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 #DC5C7E is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 126 -
CMYK 0 0.58 0.43 0.14
HSL 344.06º 0.65% 0.61% -
HSV(B) 344.06º 0.58% 0.86% -
XYZ 37.11 24.38 22.49 -
YUV 134.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 220 92 126 0 0.58 0.43 0.14 344.06 0.65 0.61
Hex DC 5C 7E 0 3A 2B E 158 41 3D
Octal 334 134 176 0 72 53 16 530 101 75
Binary 11011100 1011100 1111110 0 111010 101011 1110 101011000 1000001 111101

Color Harmonies of #DC5C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C7E

Black with #DC5C7E

Text Example


Text Example

White with #DC5C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C7E; }

 p { color: rgb(220,92,126); }

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

background-color css

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

 a { background-color: rgb(220,92,126); }

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

border-color css

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

 span { border-color: rgb(220,92,126); }

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