Html Css Color HEX #D75BDA Free Speech Magenta

📋 copy color: '#D75BDA'

red 215 ◦ green 91 ◦ blue 218

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

Shades of Free Speech Magenta #D75BDA

Tints of Free Speech Magenta #D75BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.37%

 BLUE value IS 218 (85.55% from 255) = 41.6%

R = 41.03%
G = 17.37%
B = 41.6%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D75BDA (or 0xD75BDA) is known color: Free Speech Magenta. HEX triplet: D7, 5B and DA. RGB value is (215,91,218). Sum of RGB (Red+Green+Blue) = 215+91+218=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #D75BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75BDA is #28A425. Grayscale: #8E8E8E. Windows color (decimal): -2663462 or 14310359. OLE color: 14310359.

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

Color convert

RGB 215 91 218 -
CMYK 0.01 0.58 0 0.15
HSL 298.58º 0.63% 0.61% -
HSV(B) 298.58º 0.58% 0.85% -
XYZ 44.42 26.99 69.2 -
YUV 142.55 170.58 179.67 -
System Red Green Blue C M Y K H S L
Decimal 215 91 218 0.01 0.58 0 0.15 298.58 0.63 0.61
Hex D7 5B DA 1 3A 0 F 12B 3F 3D
Octal 327 133 332 1 72 0 17 453 77 75
Binary 11010111 1011011 11011010 1 111010 0 1111 100101011 111111 111101

Color Harmonies of #D75BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75BDA

Black with #D75BDA

Text Example


Text Example

White with #D75BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75BDA; }

 p { color: rgb(215,91,218); }

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

background-color css

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

 a { background-color: rgb(215,91,218); }

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

border-color css

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

 span { border-color: rgb(215,91,218); }

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