Html Css Color HEX #D95D73 Cranberry

📋 copy color: '#D95D73'

red 217 ◦ green 93 ◦ blue 115

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

Shades of Cranberry #D95D73

Tints of Cranberry #D95D73

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.88%

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

R = 51.06%
G = 21.88%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95D73 (or 0xD95D73) is known color: Cranberry. HEX triplet: D9, 5D and 73. RGB value is (217,93,115). Sum of RGB (Red+Green+Blue) = 217+93+115=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D73 is #26A28C. Grayscale: #848484. Windows color (decimal): -2531981 or 7560665. OLE color: 7560665.

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

Color convert

RGB 217 93 115 -
CMYK 0 0.57 0.47 0.15
HSL 349.35º 0.62% 0.61% -
HSV(B) 349.35º 0.57% 0.85% -
XYZ 35.62 23.82 18.94 -
YUV 132.58 118.08 188.21 -
System Red Green Blue C M Y K H S L
Decimal 217 93 115 0 0.57 0.47 0.15 349.35 0.62 0.61
Hex D9 5D 73 0 39 2F F 15D 3E 3D
Octal 331 135 163 0 71 57 17 535 76 75
Binary 11011001 1011101 1110011 0 111001 101111 1111 101011101 111110 111101

Color Harmonies of #D95D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95D73

Black with #D95D73

Text Example


Text Example

White with #D95D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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