Html Css Color HEX #D95386 Cranberry

📋 copy color: '#D95386'

red 217 ◦ green 83 ◦ blue 134

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

Shades of Cranberry #D95386

Tints of Cranberry #D95386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 50%
G = 19.12%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95386 (or 0xD95386) is known color: Cranberry. HEX triplet: D9, 53 and 86. RGB value is (217,83,134). Sum of RGB (Red+Green+Blue) = 217+83+134=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D95386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95386 is #26AC79. Grayscale: #808080. Windows color (decimal): -2534522 or 8803289. OLE color: 8803289.

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

Color convert

RGB 217 83 134 -
CMYK 0 0.62 0.38 0.15
HSL 337.16º 0.64% 0.59% -
HSV(B) 337.16º 0.62% 0.85% -
XYZ 36.01 22.66 25.03 -
YUV 128.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 217 83 134 0 0.62 0.38 0.15 337.16 0.64 0.59
Hex D9 53 86 0 3E 26 F 151 40 3B
Octal 331 123 206 0 76 46 17 521 100 73
Binary 11011001 1010011 10000110 0 111110 100110 1111 101010001 1000000 111011

Color Harmonies of #D95386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95386

Black with #D95386

Text Example


Text Example

White with #D95386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95386; }

 p { color: rgb(217,83,134); }

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

background-color css

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

 a { background-color: rgb(217,83,134); }

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

border-color css

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

 span { border-color: rgb(217,83,134); }

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