Html Css Color HEX #D966B2 Hot Pink

📋 copy color: '#D966B2'

red 217 ◦ green 102 ◦ blue 178

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

Shades of Hot Pink #D966B2

Tints of Hot Pink #D966B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.81%

R = 43.66%
G = 20.52%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D966B2 (or 0xD966B2) is known color: Hot Pink. HEX triplet: D9, 66 and B2. RGB value is (217,102,178). Sum of RGB (Red+Green+Blue) = 217+102+178=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D966B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D966B2 is #26994D. Grayscale: #909090. Windows color (decimal): -2529614 or 11691737. OLE color: 11691737.

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

Color convert

RGB 217 102 178 -
CMYK 0 0.53 0.18 0.15
HSL 320.35º 0.6% 0.63% -
HSV(B) 320.35º 0.53% 0.85% -
XYZ 41.4 27.47 45.24 -
YUV 145.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 217 102 178 0 0.53 0.18 0.15 320.35 0.6 0.63
Hex D9 66 B2 0 35 12 F 140 3C 3F
Octal 331 146 262 0 65 22 17 500 74 77
Binary 11011001 1100110 10110010 0 110101 10010 1111 101000000 111100 111111

Color Harmonies of #D966B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966B2

Black with #D966B2

Text Example


Text Example

White with #D966B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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