Html Css Color HEX #D950CC Free Speech Magenta

📋 copy color: '#D950CC'

red 217 ◦ green 80 ◦ blue 204

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

Shades of Free Speech Magenta #D950CC

Tints of Free Speech Magenta #D950CC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.97%

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 43.31%
G = 15.97%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D950CC (or 0xD950CC) is known color: Free Speech Magenta. HEX triplet: D9, 50 and CC. RGB value is (217,80,204). Sum of RGB (Red+Green+Blue) = 217+80+204=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D950CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950CC is #26AF33. Grayscale: #868686. Windows color (decimal): -2535220 or 13390041. OLE color: 13390041.

HSL color Cylindrical-coordinate representation of color #D950CC: hue angle of 305.69º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D950CC is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 80 204 -
CMYK 0 0.63 0.06 0.15
HSL 305.69º 0.64% 0.58% -
HSV(B) 305.69º 0.63% 0.85% -
XYZ 42.38 24.85 59.69 -
YUV 135.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 217 80 204 0 0.63 0.06 0.15 305.69 0.64 0.58
Hex D9 50 CC 0 3F 6 F 132 40 3A
Octal 331 120 314 0 77 6 17 462 100 72
Binary 11011001 1010000 11001100 0 111111 110 1111 100110010 1000000 111010

Color Harmonies of #D950CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950CC

Black with #D950CC

Text Example


Text Example

White with #D950CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950CC; }

 p { color: rgb(217,80,204); }

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

background-color css

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

 a { background-color: rgb(217,80,204); }

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

border-color css

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

 span { border-color: rgb(217,80,204); }

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