Html Css Color HEX #D75FCD Free Speech Magenta

📋 copy color: '#D75FCD'

red 215 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Magenta #D75FCD

Tints of Free Speech Magenta #D75FCD

RGB

 RED value IS 215 (84.38% from 255) = 41.75%

 GREEN value IS 95 (37.5% from 255) = 18.45%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 41.75%
G = 18.45%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D75FCD (or 0xD75FCD) is known color: Free Speech Magenta. HEX triplet: D7, 5F and CD. RGB value is (215,95,205). Sum of RGB (Red+Green+Blue) = 215+95+205=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D75FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FCD is #28A032. Grayscale: #8F8F8F. Windows color (decimal): -2662451 or 13459415. OLE color: 13459415.

HSL color Cylindrical-coordinate representation of color #D75FCD: hue angle of 305º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D75FCD is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 95 205 -
CMYK 0 0.56 0.05 0.16
HSL 305º 0.6% 0.61% -
HSV(B) 305º 0.56% 0.84% -
XYZ 43.14 27.04 60.7 -
YUV 143.42 162.76 179.06 -
System Red Green Blue C M Y K H S L
Decimal 215 95 205 0 0.56 0.05 0.16 305 0.6 0.61
Hex D7 5F CD 0 38 5 10 131 3C 3D
Octal 327 137 315 0 70 5 20 461 74 75
Binary 11010111 1011111 11001101 0 111000 101 10000 100110001 111100 111101

Color Harmonies of #D75FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FCD

Black with #D75FCD

Text Example


Text Example

White with #D75FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FCD; }

 p { color: rgb(215,95,205); }

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

background-color css

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

 a { background-color: rgb(215,95,205); }

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

border-color css

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

 span { border-color: rgb(215,95,205); }

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