Html Css Color HEX #D7497F Cranberry

📋 copy color: '#D7497F'

red 215 ◦ green 73 ◦ blue 127

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

Shades of Cranberry #D7497F

Tints of Cranberry #D7497F

RGB

 RED value IS 215 (84.38% from 255) = 51.81%

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

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

R = 51.81%
G = 17.59%
B = 30.6%

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

#D7497F (or 0xD7497F) is known color: Cranberry. HEX triplet: D7, 49 and 7F. RGB value is (215,73,127). Sum of RGB (Red+Green+Blue) = 215+73+127=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D7497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7497F is #28B680. Grayscale: #797979. Windows color (decimal): -2668161 or 8341975. OLE color: 8341975.

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

Color convert

RGB 215 73 127 -
CMYK 0 0.66 0.41 0.16
HSL 337.18º 0.64% 0.56% -
HSV(B) 337.18º 0.66% 0.84% -
XYZ 34.24 20.74 22.28 -
YUV 121.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 215 73 127 0 0.66 0.41 0.16 337.18 0.64 0.56
Hex D7 49 7F 0 42 29 10 151 40 38
Octal 327 111 177 0 102 51 20 521 100 70
Binary 11010111 1001001 1111111 0 1000010 101001 10000 101010001 1000000 111000

Color Harmonies of #D7497F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7497F

Black with #D7497F

Text Example


Text Example

White with #D7497F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7497F; }

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

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

background-color css

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

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

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

border-color css

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

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

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