Html Css Color HEX #D95785 Cranberry

📋 copy color: '#D95785'

red 217 ◦ green 87 ◦ blue 133

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

Shades of Cranberry #D95785

Tints of Cranberry #D95785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 49.66%
G = 19.91%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D95785 (or 0xD95785) is known color: Cranberry. HEX triplet: D9, 57 and 85. RGB value is (217,87,133). Sum of RGB (Red+Green+Blue) = 217+87+133=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 87 (34.38% from 255 or 19.91% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D95785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95785 is #26A87A. Grayscale: #838383. Windows color (decimal): -2533499 or 8738777. OLE color: 8738777.

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

Color convert

RGB 217 87 133 -
CMYK 0 0.60 0.39 0.15
HSL 338.77º 0.63% 0.6% -
HSV(B) 338.77º 0.6% 0.85% -
XYZ 36.26 23.26 24.77 -
YUV 131.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 217 87 133 0 0.60 0.39 0.15 338.77 0.63 0.6
Hex D9 57 85 0 3C 27 F 153 3F 3C
Octal 331 127 205 0 74 47 17 523 77 74
Binary 11011001 1010111 10000101 0 111100 100111 1111 101010011 111111 111100

Color Harmonies of #D95785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95785

Black with #D95785

Text Example


Text Example

White with #D95785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95785; }

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

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

background-color css

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

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

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

border-color css

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

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

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