Html Css Color HEX #D950CF Free Speech Magenta

📋 copy color: '#D950CF'

red 217 ◦ green 80 ◦ blue 207

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

Shades of Free Speech Magenta #D950CF

Tints of Free Speech Magenta #D950CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 43.06%
G = 15.87%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D950CF (or 0xD950CF) is known color: Free Speech Magenta. HEX triplet: D9, 50 and CF. RGB value is (217,80,207). Sum of RGB (Red+Green+Blue) = 217+80+207=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D950CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D950CF is #26AF30. Grayscale: #878787. Windows color (decimal): -2535217 or 13586649. OLE color: 13586649.

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

Color convert

RGB 217 80 207 -
CMYK 0 0.63 0.05 0.15
HSL 304.38º 0.64% 0.58% -
HSV(B) 304.38º 0.63% 0.85% -
XYZ 42.75 24.99 61.6 -
YUV 135.44 168.39 186.17 -
System Red Green Blue C M Y K H S L
Decimal 217 80 207 0 0.63 0.05 0.15 304.38 0.64 0.58
Hex D9 50 CF 0 3F 5 F 130 40 3A
Octal 331 120 317 0 77 5 17 460 100 72
Binary 11011001 1010000 11001111 0 111111 101 1111 100110000 1000000 111010

Color Harmonies of #D950CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D950CF

Black with #D950CF

Text Example


Text Example

White with #D950CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D950CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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