Html Css Color HEX #D6497C Cranberry

📋 copy color: '#D6497C'

red 214 ◦ green 73 ◦ blue 124

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

Shades of Cranberry #D6497C

Tints of Cranberry #D6497C

RGB

 RED value IS 214 (83.98% from 255) = 52.07%

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

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

R = 52.07%
G = 17.76%
B = 30.17%

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

#D6497C (or 0xD6497C) is known color: Cranberry. HEX triplet: D6, 49 and 7C. RGB value is (214,73,124). Sum of RGB (Red+Green+Blue) = 214+73+124=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6497C is #29B683. Grayscale: #787878. Windows color (decimal): -2733700 or 8145366. OLE color: 8145366.

HSL color Cylindrical-coordinate representation of color #D6497C: hue angle of 338.3º degrees, saturation: 0.63, 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 #D6497C is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 73 124 -
CMYK 0 0.66 0.42 0.16
HSL 338.3º 0.63% 0.56% -
HSV(B) 338.3º 0.66% 0.84% -
XYZ 33.75 20.52 21.25 -
YUV 120.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 214 73 124 0 0.66 0.42 0.16 338.3 0.63 0.56
Hex D6 49 7C 0 42 2A 10 152 3F 38
Octal 326 111 174 0 102 52 20 522 77 70
Binary 11010110 1001001 1111100 0 1000010 101010 10000 101010010 111111 111000

Color Harmonies of #D6497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6497C

Black with #D6497C

Text Example


Text Example

White with #D6497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6497C; }

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

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

background-color css

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

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

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

border-color css

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

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

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