Html Css Color HEX #DC497F Cranberry

📋 copy color: '#DC497F'

red 220 ◦ green 73 ◦ blue 127

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

Shades of Cranberry #DC497F

Tints of Cranberry #DC497F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.38%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 52.38%
G = 17.38%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC497F (or 0xDC497F) is known color: Cranberry. HEX triplet: DC, 49 and 7F. RGB value is (220,73,127). Sum of RGB (Red+Green+Blue) = 220+73+127=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC497F is #23B680. Grayscale: #7B7B7B. Windows color (decimal): -2340481 or 8341980. OLE color: 8341980.

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

Color convert

RGB 220 73 127 -
CMYK 0 0.67 0.42 0.14
HSL 337.96º 0.68% 0.57% -
HSV(B) 337.96º 0.67% 0.86% -
XYZ 35.73 21.51 22.35 -
YUV 123.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 220 73 127 0 0.67 0.42 0.14 337.96 0.68 0.57
Hex DC 49 7F 0 43 2A E 152 44 39
Octal 334 111 177 0 103 52 16 522 104 71
Binary 11011100 1001001 1111111 0 1000011 101010 1110 101010010 1000100 111001

Color Harmonies of #DC497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC497F

Black with #DC497F

Text Example


Text Example

White with #DC497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC497F; }

 p { color: rgb(220,73,127); }

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

background-color css

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

 a { background-color: rgb(220,73,127); }

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

border-color css

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

 span { border-color: rgb(220,73,127); }

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