Html Css Color HEX #DC487B Cranberry

📋 copy color: '#DC487B'

red 220 ◦ green 72 ◦ blue 123

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

Shades of Cranberry #DC487B

Tints of Cranberry #DC487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.64%

R = 53.01%
G = 17.35%
B = 29.64%

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

#DC487B (or 0xDC487B) is known color: Cranberry. HEX triplet: DC, 48 and 7B. RGB value is (220,72,123). Sum of RGB (Red+Green+Blue) = 220+72+123=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC487B is #23B784. Grayscale: #7A7A7A. Windows color (decimal): -2340741 or 8079580. OLE color: 8079580.

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

Color convert

RGB 220 72 123 -
CMYK 0 0.67 0.44 0.14
HSL 339.32º 0.68% 0.57% -
HSV(B) 339.32º 0.67% 0.86% -
XYZ 35.41 21.28 20.98 -
YUV 122.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 220 72 123 0 0.67 0.44 0.14 339.32 0.68 0.57
Hex DC 48 7B 0 43 2C E 153 44 39
Octal 334 110 173 0 103 54 16 523 104 71
Binary 11011100 1001000 1111011 0 1000011 101100 1110 101010011 1000100 111001

Color Harmonies of #DC487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC487B

Black with #DC487B

Text Example


Text Example

White with #DC487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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