Html Css Color HEX #DC497D Cranberry

📋 copy color: '#DC497D'

red 220 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #DC497D

Tints of Cranberry #DC497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 52.63%
G = 17.46%
B = 29.9%

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

#DC497D (or 0xDC497D) is known color: Cranberry. HEX triplet: DC, 49 and 7D. RGB value is (220,73,125). Sum of RGB (Red+Green+Blue) = 220+73+125=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC497D is #23B682. Grayscale: #7A7A7A. Windows color (decimal): -2340483 or 8210908. OLE color: 8210908.

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

Color convert

RGB 220 73 125 -
CMYK 0 0.67 0.43 0.14
HSL 338.78º 0.68% 0.57% -
HSV(B) 338.78º 0.67% 0.86% -
XYZ 35.6 21.46 21.67 -
YUV 122.88 129.2 197.27 -
System Red Green Blue C M Y K H S L
Decimal 220 73 125 0 0.67 0.43 0.14 338.78 0.68 0.57
Hex DC 49 7D 0 43 2B E 153 44 39
Octal 334 111 175 0 103 53 16 523 104 71
Binary 11011100 1001001 1111101 0 1000011 101011 1110 101010011 1000100 111001

Color Harmonies of #DC497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC497D

Black with #DC497D

Text Example


Text Example

White with #DC497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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