Html Css Color HEX #D5497C Cranberry

📋 copy color: '#D5497C'

red 213 ◦ green 73 ◦ blue 124

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

Shades of Cranberry #D5497C

Tints of Cranberry #D5497C

RGB

 RED value IS 213 (83.59% from 255) = 51.95%

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

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

R = 51.95%
G = 17.8%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5497C (or 0xD5497C) is known color: Cranberry. HEX triplet: D5, 49 and 7C. RGB value is (213,73,124). Sum of RGB (Red+Green+Blue) = 213+73+124=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5497C is #2AB683. Grayscale: #787878. Windows color (decimal): -2799236 or 8145365. OLE color: 8145365.

HSL color Cylindrical-coordinate representation of color #D5497C: hue angle of 338.14º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5497C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 124 -
CMYK 0 0.66 0.42 0.16
HSL 338.14º 0.63% 0.56% -
HSV(B) 338.14º 0.66% 0.84% -
XYZ 33.46 20.37 21.24 -
YUV 120.67 129.88 193.85 -
System Red Green Blue C M Y K H S L
Decimal 213 73 124 0 0.66 0.42 0.16 338.14 0.63 0.56
Hex D5 49 7C 0 42 2A 10 152 3E 38
Octal 325 111 174 0 102 52 20 522 76 70
Binary 11010101 1001001 1111100 0 1000010 101010 10000 101010010 111110 111000

Color Harmonies of #D5497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5497C

Black with #D5497C

Text Example


Text Example

White with #D5497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5497C; }

 p { color: rgb(213,73,124); }

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

background-color css

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

 a { background-color: rgb(213,73,124); }

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

border-color css

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

 span { border-color: rgb(213,73,124); }

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