Html Css Color HEX #D966B5 Hot Pink

📋 copy color: '#D966B5'

red 217 ◦ green 102 ◦ blue 181

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

Shades of Hot Pink #D966B5

Tints of Hot Pink #D966B5

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.4%

 BLUE value IS 181 (71.09% from 255) = 36.2%

R = 43.4%
G = 20.4%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D966B5 (or 0xD966B5) is known color: Hot Pink. HEX triplet: D9, 66 and B5. RGB value is (217,102,181). Sum of RGB (Red+Green+Blue) = 217+102+181=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D966B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966B5 is #26994A. Grayscale: #919191. Windows color (decimal): -2529611 or 11888345. OLE color: 11888345.

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

Color convert

RGB 217 102 181 -
CMYK 0 0.53 0.17 0.15
HSL 318.78º 0.6% 0.63% -
HSV(B) 318.78º 0.53% 0.85% -
XYZ 41.71 27.59 46.84 -
YUV 145.39 148.1 179.08 -
System Red Green Blue C M Y K H S L
Decimal 217 102 181 0 0.53 0.17 0.15 318.78 0.6 0.63
Hex D9 66 B5 0 35 11 F 13F 3C 3F
Octal 331 146 265 0 65 21 17 477 74 77
Binary 11011001 1100110 10110101 0 110101 10001 1111 100111111 111100 111111

Color Harmonies of #D966B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966B5

Black with #D966B5

Text Example


Text Example

White with #D966B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966B5; }

 p { color: rgb(217,102,181); }

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

background-color css

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

 a { background-color: rgb(217,102,181); }

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

border-color css

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

 span { border-color: rgb(217,102,181); }

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