Html Css Color HEX #D7497D Cranberry

📋 copy color: '#D7497D'

red 215 ◦ green 73 ◦ blue 125

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

Shades of Cranberry #D7497D

Tints of Cranberry #D7497D

RGB

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

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

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

R = 52.06%
G = 17.68%
B = 30.27%

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

#D7497D (or 0xD7497D) is known color: Cranberry. HEX triplet: D7, 49 and 7D. RGB value is (215,73,125). Sum of RGB (Red+Green+Blue) = 215+73+125=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7497D is #28B682. Grayscale: #797979. Windows color (decimal): -2668163 or 8210903. OLE color: 8210903.

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

Color convert

RGB 215 73 125 -
CMYK 0 0.66 0.42 0.16
HSL 338.03º 0.64% 0.56% -
HSV(B) 338.03º 0.66% 0.84% -
XYZ 34.11 20.69 21.6 -
YUV 121.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 215 73 125 0 0.66 0.42 0.16 338.03 0.64 0.56
Hex D7 49 7D 0 42 2A 10 152 40 38
Octal 327 111 175 0 102 52 20 522 100 70
Binary 11010111 1001001 1111101 0 1000010 101010 10000 101010010 1000000 111000

Color Harmonies of #D7497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7497D

Black with #D7497D

Text Example


Text Example

White with #D7497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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