Html Css Color HEX #D95B7F Cranberry

📋 copy color: '#D95B7F'

red 217 ◦ green 91 ◦ blue 127

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

Shades of Cranberry #D95B7F

Tints of Cranberry #D95B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 49.89%
G = 20.92%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95B7F (or 0xD95B7F) is known color: Cranberry. HEX triplet: D9, 5B and 7F. RGB value is (217,91,127). Sum of RGB (Red+Green+Blue) = 217+91+127=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95B7F is #26A480. Grayscale: #848484. Windows color (decimal): -2532481 or 8346585. OLE color: 8346585.

HSL color Cylindrical-coordinate representation of color #D95B7F: hue angle of 342.86º 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 #D95B7F is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 91 127 -
CMYK 0 0.58 0.41 0.15
HSL 342.86º 0.62% 0.6% -
HSV(B) 342.86º 0.58% 0.85% -
XYZ 36.19 23.77 22.76 -
YUV 132.78 124.74 188.07 -
System Red Green Blue C M Y K H S L
Decimal 217 91 127 0 0.58 0.41 0.15 342.86 0.62 0.6
Hex D9 5B 7F 0 3A 29 F 157 3E 3C
Octal 331 133 177 0 72 51 17 527 76 74
Binary 11011001 1011011 1111111 0 111010 101001 1111 101010111 111110 111100

Color Harmonies of #D95B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95B7F

Black with #D95B7F

Text Example


Text Example

White with #D95B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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