Html Css Color HEX #D96083 Dark Pink

📋 copy color: '#D96083'

red 217 ◦ green 96 ◦ blue 131

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

Shades of Dark Pink #D96083

Tints of Dark Pink #D96083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

 BLUE value IS 131 (51.56% from 255) = 29.5%

R = 48.87%
G = 21.62%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D96083 (or 0xD96083) is known color: Dark Pink. HEX triplet: D9, 60 and 83. RGB value is (217,96,131). Sum of RGB (Red+Green+Blue) = 217+96+131=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D96083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96083 is #269F7C. Grayscale: #888888. Windows color (decimal): -2531197 or 8610009. OLE color: 8610009.

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

Color convert

RGB 217 96 131 -
CMYK 0 0.56 0.40 0.15
HSL 342.64º 0.61% 0.61% -
HSV(B) 342.64º 0.56% 0.85% -
XYZ 36.89 24.76 24.31 -
YUV 136.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 217 96 131 0 0.56 0.40 0.15 342.64 0.61 0.61
Hex D9 60 83 0 38 28 F 157 3D 3D
Octal 331 140 203 0 70 50 17 527 75 75
Binary 11011001 1100000 10000011 0 111000 101000 1111 101010111 111101 111101

Color Harmonies of #D96083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96083

Black with #D96083

Text Example


Text Example

White with #D96083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96083; }

 p { color: rgb(217,96,131); }

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

background-color css

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

 a { background-color: rgb(217,96,131); }

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

border-color css

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

 span { border-color: rgb(217,96,131); }

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