Html Css Color HEX #D6497F Cranberry

📋 copy color: '#D6497F'

red 214 ◦ green 73 ◦ blue 127

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

Shades of Cranberry #D6497F

Tints of Cranberry #D6497F

RGB

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

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

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

R = 51.69%
G = 17.63%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6497F (or 0xD6497F) is known color: Cranberry. HEX triplet: D6, 49 and 7F. RGB value is (214,73,127). Sum of RGB (Red+Green+Blue) = 214+73+127=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6497F is #29B680. Grayscale: #797979. Windows color (decimal): -2733697 or 8341974. OLE color: 8341974.

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

Color convert

RGB 214 73 127 -
CMYK 0 0.66 0.41 0.16
HSL 337.02º 0.63% 0.56% -
HSV(B) 337.02º 0.66% 0.84% -
XYZ 33.94 20.59 22.26 -
YUV 121.32 131.21 194.11 -
System Red Green Blue C M Y K H S L
Decimal 214 73 127 0 0.66 0.41 0.16 337.02 0.63 0.56
Hex D6 49 7F 0 42 29 10 151 3F 38
Octal 326 111 177 0 102 51 20 521 77 70
Binary 11010110 1001001 1111111 0 1000010 101001 10000 101010001 111111 111000

Color Harmonies of #D6497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6497F

Black with #D6497F

Text Example


Text Example

White with #D6497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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