Html Css Color HEX #DC487C Cranberry

📋 copy color: '#DC487C'

red 220 ◦ green 72 ◦ blue 124

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

Shades of Cranberry #DC487C

Tints of Cranberry #DC487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 52.88%
G = 17.31%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC487C (or 0xDC487C) is known color: Cranberry. HEX triplet: DC, 48 and 7C. RGB value is (220,72,124). Sum of RGB (Red+Green+Blue) = 220+72+124=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC487C is #23B783. Grayscale: #7A7A7A. Windows color (decimal): -2340740 or 8145116. OLE color: 8145116.

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

Color convert

RGB 220 72 124 -
CMYK 0 0.67 0.44 0.14
HSL 338.92º 0.68% 0.57% -
HSV(B) 338.92º 0.67% 0.86% -
XYZ 35.47 21.31 21.31 -
YUV 122.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 220 72 124 0 0.67 0.44 0.14 338.92 0.68 0.57
Hex DC 48 7C 0 43 2C E 153 44 39
Octal 334 110 174 0 103 54 16 523 104 71
Binary 11011100 1001000 1111100 0 1000011 101100 1110 101010011 1000100 111001

Color Harmonies of #DC487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC487C

Black with #DC487C

Text Example


Text Example

White with #DC487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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