Html Css Color HEX #DC487E Cranberry

📋 copy color: '#DC487E'

red 220 ◦ green 72 ◦ blue 126

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

Shades of Cranberry #DC487E

Tints of Cranberry #DC487E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.22%

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

R = 52.63%
G = 17.22%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC487E (or 0xDC487E) is known color: Cranberry. HEX triplet: DC, 48 and 7E. RGB value is (220,72,126). Sum of RGB (Red+Green+Blue) = 220+72+126=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC487E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC487E is #23B781. Grayscale: #7A7A7A. Windows color (decimal): -2340738 or 8276188. OLE color: 8276188.

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

Color convert

RGB 220 72 126 -
CMYK 0 0.67 0.43 0.14
HSL 338.11º 0.68% 0.57% -
HSV(B) 338.11º 0.67% 0.86% -
XYZ 35.6 21.36 21.98 -
YUV 122.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 220 72 126 0 0.67 0.43 0.14 338.11 0.68 0.57
Hex DC 48 7E 0 43 2B E 152 44 39
Octal 334 110 176 0 103 53 16 522 104 71
Binary 11011100 1001000 1111110 0 1000011 101011 1110 101010010 1000100 111001

Color Harmonies of #DC487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC487E

Black with #DC487E

Text Example


Text Example

White with #DC487E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC487E; }

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

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

background-color css

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

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

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

border-color css

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

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

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