Html Css Color HEX #D95173 Cranberry

📋 copy color: '#D95173'

red 217 ◦ green 81 ◦ blue 115

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

Shades of Cranberry #D95173

Tints of Cranberry #D95173

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.61%

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

R = 52.54%
G = 19.61%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95173 (or 0xD95173) is known color: Cranberry. HEX triplet: D9, 51 and 73. RGB value is (217,81,115). Sum of RGB (Red+Green+Blue) = 217+81+115=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D95173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95173 is #26AE8C. Grayscale: #7D7D7D. Windows color (decimal): -2535053 or 7557593. OLE color: 7557593.

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

Color convert

RGB 217 81 115 -
CMYK 0 0.63 0.47 0.15
HSL 345º 0.64% 0.58% -
HSV(B) 345º 0.63% 0.85% -
XYZ 34.65 21.87 18.62 -
YUV 125.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 217 81 115 0 0.63 0.47 0.15 345 0.64 0.58
Hex D9 51 73 0 3F 2F F 159 40 3A
Octal 331 121 163 0 77 57 17 531 100 72
Binary 11011001 1010001 1110011 0 111111 101111 1111 101011001 1000000 111010

Color Harmonies of #D95173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95173

Black with #D95173

Text Example


Text Example

White with #D95173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95173; }

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

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

background-color css

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

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

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

border-color css

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

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

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