Html Css Color HEX #D966B4 Hot Pink

📋 copy color: '#D966B4'

red 217 ◦ green 102 ◦ blue 180

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

Shades of Hot Pink #D966B4

Tints of Hot Pink #D966B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.07%

R = 43.49%
G = 20.44%
B = 36.07%

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

#D966B4 (or 0xD966B4) is known color: Hot Pink. HEX triplet: D9, 66 and B4. RGB value is (217,102,180). Sum of RGB (Red+Green+Blue) = 217+102+180=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D966B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D966B4 is #26994B. Grayscale: #919191. Windows color (decimal): -2529612 or 11822809. OLE color: 11822809.

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

Color convert

RGB 217 102 180 -
CMYK 0 0.53 0.17 0.15
HSL 319.3º 0.6% 0.63% -
HSV(B) 319.3º 0.53% 0.85% -
XYZ 41.6 27.55 46.3 -
YUV 145.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 217 102 180 0 0.53 0.17 0.15 319.3 0.6 0.63
Hex D9 66 B4 0 35 11 F 13F 3C 3F
Octal 331 146 264 0 65 21 17 477 74 77
Binary 11011001 1100110 10110100 0 110101 10001 1111 100111111 111100 111111

Color Harmonies of #D966B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D966B4

Black with #D966B4

Text Example


Text Example

White with #D966B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D966B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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