Html Css Color HEX #D7497B Cranberry

📋 copy color: '#D7497B'

red 215 ◦ green 73 ◦ blue 123

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

Shades of Cranberry #D7497B

Tints of Cranberry #D7497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.93%

R = 52.31%
G = 17.76%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7497B (or 0xD7497B) is known color: Cranberry. HEX triplet: D7, 49 and 7B. RGB value is (215,73,123). Sum of RGB (Red+Green+Blue) = 215+73+123=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7497B is #28B684. Grayscale: #797979. Windows color (decimal): -2668165 or 8079831. OLE color: 8079831.

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

Color convert

RGB 215 73 123 -
CMYK 0 0.66 0.43 0.16
HSL 338.87º 0.64% 0.56% -
HSV(B) 338.87º 0.66% 0.84% -
XYZ 33.98 20.64 20.93 -
YUV 121.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 215 73 123 0 0.66 0.43 0.16 338.87 0.64 0.56
Hex D7 49 7B 0 42 2B 10 153 40 38
Octal 327 111 173 0 102 53 20 523 100 70
Binary 11010111 1001001 1111011 0 1000010 101011 10000 101010011 1000000 111000

Color Harmonies of #D7497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7497B

Black with #D7497B

Text Example


Text Example

White with #D7497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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