Html Css Color HEX #D960D3 Free Speech Magenta

📋 copy color: '#D960D3'

red 217 ◦ green 96 ◦ blue 211

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

Shades of Free Speech Magenta #D960D3

Tints of Free Speech Magenta #D960D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.27%

R = 41.41%
G = 18.32%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D960D3 (or 0xD960D3) is known color: Free Speech Magenta. HEX triplet: D9, 60 and D3. RGB value is (217,96,211). Sum of RGB (Red+Green+Blue) = 217+96+211=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D960D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D960D3 is #269F2C. Grayscale: #909090. Windows color (decimal): -2531117 or 13852889. OLE color: 13852889.

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

Color convert

RGB 217 96 211 -
CMYK 0 0.56 0.03 0.15
HSL 302.98º 0.61% 0.61% -
HSV(B) 302.98º 0.56% 0.85% -
XYZ 44.56 27.82 64.65 -
YUV 145.29 165.09 179.15 -
System Red Green Blue C M Y K H S L
Decimal 217 96 211 0 0.56 0.03 0.15 302.98 0.61 0.61
Hex D9 60 D3 0 38 3 F 12F 3D 3D
Octal 331 140 323 0 70 3 17 457 75 75
Binary 11011001 1100000 11010011 0 111000 11 1111 100101111 111101 111101

Color Harmonies of #D960D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D960D3

Black with #D960D3

Text Example


Text Example

White with #D960D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D960D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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