Html Css Color HEX #D95773 Cranberry

📋 copy color: '#D95773'

red 217 ◦ green 87 ◦ blue 115

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

Shades of Cranberry #D95773

Tints of Cranberry #D95773

RGB

 RED value IS 217 (85.16% from 255) = 51.79%

 GREEN value IS 87 (34.38% from 255) = 20.76%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 51.79%
G = 20.76%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95773 (or 0xD95773) is known color: Cranberry. HEX triplet: D9, 57 and 73. RGB value is (217,87,115). Sum of RGB (Red+Green+Blue) = 217+87+115=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D95773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95773 is #26A88C. Grayscale: #818181. Windows color (decimal): -2533517 or 7559129. OLE color: 7559129.

HSL color Cylindrical-coordinate representation of color #D95773: hue angle of 347.08º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95773 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 87 115 -
CMYK 0 0.60 0.47 0.15
HSL 347.08º 0.63% 0.6% -
HSV(B) 347.08º 0.6% 0.85% -
XYZ 35.12 22.81 18.77 -
YUV 129.06 120.07 190.72 -
System Red Green Blue C M Y K H S L
Decimal 217 87 115 0 0.60 0.47 0.15 347.08 0.63 0.6
Hex D9 57 73 0 3C 2F F 15B 3F 3C
Octal 331 127 163 0 74 57 17 533 77 74
Binary 11011001 1010111 1110011 0 111100 101111 1111 101011011 111111 111100

Color Harmonies of #D95773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95773

Black with #D95773

Text Example


Text Example

White with #D95773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95773; }

 p { color: rgb(217,87,115); }

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

background-color css

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

 a { background-color: rgb(217,87,115); }

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

border-color css

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

 span { border-color: rgb(217,87,115); }

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