Html Css Color HEX #D35AD8 Free Speech Magenta

📋 copy color: '#D35AD8'

red 211 ◦ green 90 ◦ blue 216

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

Shades of Free Speech Magenta #D35AD8

Tints of Free Speech Magenta #D35AD8

RGB

 RED value IS 211 (82.81% from 255) = 40.81%

 GREEN value IS 90 (35.55% from 255) = 17.41%

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 40.81%
G = 17.41%
B = 41.78%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D35AD8 (or 0xD35AD8) is known color: Free Speech Magenta. HEX triplet: D3, 5A and D8. RGB value is (211,90,216). Sum of RGB (Red+Green+Blue) = 211+90+216=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 90 (35.55% from 255 or 17.41% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #D35AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35AD8 is #2CA527. Grayscale: #8C8C8C. Windows color (decimal): -2925864 or 14179027. OLE color: 14179027.

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

Color convert

RGB 211 90 216 -
CMYK 0.02 0.58 0 0.15
HSL 297.62º 0.62% 0.6% -
HSV(B) 297.62º 0.58% 0.85% -
XYZ 42.91 26.12 67.75 -
YUV 140.54 170.59 178.25 -
System Red Green Blue C M Y K H S L
Decimal 211 90 216 0.02 0.58 0 0.15 297.62 0.62 0.6
Hex D3 5A D8 2 3A 0 F 12A 3E 3C
Octal 323 132 330 2 72 0 17 452 76 74
Binary 11010011 1011010 11011000 10 111010 0 1111 100101010 111110 111100

Color Harmonies of #D35AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35AD8

Black with #D35AD8

Text Example


Text Example

White with #D35AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35AD8; }

 p { color: rgb(211,90,216); }

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

background-color css

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

 a { background-color: rgb(211,90,216); }

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

border-color css

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

 span { border-color: rgb(211,90,216); }

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