Html Css Color HEX #D95B73 Cranberry

📋 copy color: '#D95B73'

red 217 ◦ green 91 ◦ blue 115

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

Shades of Cranberry #D95B73

Tints of Cranberry #D95B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

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

R = 51.3%
G = 21.51%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D95B73 (or 0xD95B73) is known color: Cranberry. HEX triplet: D9, 5B and 73. RGB value is (217,91,115). Sum of RGB (Red+Green+Blue) = 217+91+115=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B73 is #26A48C. Grayscale: #838383. Windows color (decimal): -2532493 or 7560153. OLE color: 7560153.

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

Color convert

RGB 217 91 115 -
CMYK 0 0.58 0.47 0.15
HSL 348.57º 0.62% 0.6% -
HSV(B) 348.57º 0.58% 0.85% -
XYZ 35.45 23.47 18.88 -
YUV 131.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 217 91 115 0 0.58 0.47 0.15 348.57 0.62 0.6
Hex D9 5B 73 0 3A 2F F 15D 3E 3C
Octal 331 133 163 0 72 57 17 535 76 74
Binary 11011001 1011011 1110011 0 111010 101111 1111 101011101 111110 111100

Color Harmonies of #D95B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B73

Black with #D95B73

Text Example


Text Example

White with #D95B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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