Html Css Color HEX #D75FDF Free Speech Magenta

📋 copy color: '#D75FDF'

red 215 ◦ green 95 ◦ blue 223

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

Shades of Free Speech Magenta #D75FDF

Tints of Free Speech Magenta #D75FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 40.34%
G = 17.82%
B = 41.84%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D75FDF (or 0xD75FDF) is known color: Free Speech Magenta. HEX triplet: D7, 5F and DF. RGB value is (215,95,223). Sum of RGB (Red+Green+Blue) = 215+95+223=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #D75FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75FDF is #28A020. Grayscale: #919191. Windows color (decimal): -2662433 or 14639063. OLE color: 14639063.

HSL color Cylindrical-coordinate representation of color #D75FDF: hue angle of 296.25º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75FDF is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 95 223 -
CMYK 0.04 0.57 0 0.13
HSL 296.25º 0.67% 0.62% -
HSV(B) 296.25º 0.57% 0.87% -
XYZ 45.44 27.96 72.81 -
YUV 145.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 215 95 223 0.04 0.57 0 0.13 296.25 0.67 0.62
Hex D7 5F DF 4 39 0 D 128 43 3E
Octal 327 137 337 4 71 0 15 450 103 76
Binary 11010111 1011111 11011111 100 111001 0 1101 100101000 1000011 111110

Color Harmonies of #D75FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75FDF

Black with #D75FDF

Text Example


Text Example

White with #D75FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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