Html Css Color HEX #D960DA Free Speech Magenta

📋 copy color: '#D960DA'

red 217 ◦ green 96 ◦ blue 218

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

Shades of Free Speech Magenta #D960DA

Tints of Free Speech Magenta #D960DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 40.87%
G = 18.08%
B = 41.05%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D960DA (or 0xD960DA) is known color: Free Speech Magenta. HEX triplet: D9, 60 and DA. RGB value is (217,96,218). Sum of RGB (Red+Green+Blue) = 217+96+218=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #D960DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960DA is #269F25. Grayscale: #919191. Windows color (decimal): -2531110 or 14311641. OLE color: 14311641.

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

Color convert

RGB 217 96 218 -
CMYK 0.00 0.56 0 0.15
HSL 299.51º 0.62% 0.62% -
HSV(B) 299.51º 0.56% 0.85% -
XYZ 45.45 28.18 69.37 -
YUV 146.09 168.59 178.58 -
System Red Green Blue C M Y K H S L
Decimal 217 96 218 0.00 0.56 0 0.15 299.51 0.62 0.62
Hex D9 60 DA 0 38 0 F 12C 3E 3E
Octal 331 140 332 0 70 0 17 454 76 76
Binary 11011001 1100000 11011010 0 111000 0 1111 100101100 111110 111110

Color Harmonies of #D960DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960DA

Black with #D960DA

Text Example


Text Example

White with #D960DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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