Html Css Color HEX #D963B3 Hot Pink

📋 copy color: '#D963B3'

red 217 ◦ green 99 ◦ blue 179

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

Shades of Hot Pink #D963B3

Tints of Hot Pink #D963B3

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20%

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 43.84%
G = 20%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D963B3 (or 0xD963B3) is known color: Hot Pink. HEX triplet: D9, 63 and B3. RGB value is (217,99,179). Sum of RGB (Red+Green+Blue) = 217+99+179=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D963B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963B3 is #269C4C. Grayscale: #8F8F8F. Windows color (decimal): -2530381 or 11756505. OLE color: 11756505.

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

Color convert

RGB 217 99 179 -
CMYK 0 0.54 0.18 0.15
HSL 319.32º 0.61% 0.62% -
HSV(B) 319.32º 0.54% 0.85% -
XYZ 41.21 26.93 45.67 -
YUV 143.4 148.09 180.5 -
System Red Green Blue C M Y K H S L
Decimal 217 99 179 0 0.54 0.18 0.15 319.32 0.61 0.62
Hex D9 63 B3 0 36 12 F 13F 3D 3E
Octal 331 143 263 0 66 22 17 477 75 76
Binary 11011001 1100011 10110011 0 110110 10010 1111 100111111 111101 111110

Color Harmonies of #D963B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963B3

Black with #D963B3

Text Example


Text Example

White with #D963B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963B3; }

 p { color: rgb(217,99,179); }

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

background-color css

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

 a { background-color: rgb(217,99,179); }

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

border-color css

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

 span { border-color: rgb(217,99,179); }

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