Html Css Color HEX #D7496E Cranberry

📋 copy color: '#D7496E'

red 215 ◦ green 73 ◦ blue 110

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

Shades of Cranberry #D7496E

Tints of Cranberry #D7496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.64%

R = 54.02%
G = 18.34%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7496E (or 0xD7496E) is known color: Cranberry. HEX triplet: D7, 49 and 6E. RGB value is (215,73,110). Sum of RGB (Red+Green+Blue) = 215+73+110=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D7496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7496E is #28B691. Grayscale: #777777. Windows color (decimal): -2668178 or 7227863. OLE color: 7227863.

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

Color convert

RGB 215 73 110 -
CMYK 0 0.66 0.49 0.16
HSL 344.37º 0.64% 0.56% -
HSV(B) 344.37º 0.66% 0.84% -
XYZ 33.22 20.34 16.93 -
YUV 119.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 215 73 110 0 0.66 0.49 0.16 344.37 0.64 0.56
Hex D7 49 6E 0 42 31 10 158 40 38
Octal 327 111 156 0 102 61 20 530 100 70
Binary 11010111 1001001 1101110 0 1000010 110001 10000 101011000 1000000 111000

Color Harmonies of #D7496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7496E

Black with #D7496E

Text Example


Text Example

White with #D7496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7496E; }

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

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

background-color css

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

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

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

border-color css

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

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

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