Html Css Color HEX #D35FE5 Free Speech Magenta

📋 copy color: '#D35FE5'

red 211 ◦ green 95 ◦ blue 229

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

Shades of Free Speech Magenta #D35FE5

Tints of Free Speech Magenta #D35FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.8%

R = 39.44%
G = 17.76%
B = 42.8%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D35FE5 (or 0xD35FE5) is known color: Free Speech Magenta. HEX triplet: D3, 5F and E5. RGB value is (211,95,229). Sum of RGB (Red+Green+Blue) = 211+95+229=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 95 (37.5% from 255 or 17.76% from 535); Blue value is 229 (89.84% from 255 or 42.80% from 535); Max value from RGB is 229 - color contains mainly: blue. Hex color #D35FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35FE5 is #2CA01A. Grayscale: #909090. Windows color (decimal): -2924571 or 15032275. OLE color: 15032275.

HSL color Cylindrical-coordinate representation of color #D35FE5: hue angle of 291.94º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35FE5 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 95 229 -
CMYK 0.08 0.59 0 0.10
HSL 291.94º 0.72% 0.64% -
HSV(B) 291.94º 0.59% 0.9% -
XYZ 45.1 27.69 77.1 -
YUV 144.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 211 95 229 0.08 0.59 0 0.10 291.94 0.72 0.64
Hex D3 5F E5 8 3B 0 A 124 48 40
Octal 323 137 345 10 73 0 12 444 110 100
Binary 11010011 1011111 11100101 1000 111011 0 1010 100100100 1001000 1000000

Color Harmonies of #D35FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FE5

Black with #D35FE5

Text Example


Text Example

White with #D35FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FE5; }

 p { color: rgb(211,95,229); }

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

background-color css

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

 a { background-color: rgb(211,95,229); }

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

border-color css

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

 span { border-color: rgb(211,95,229); }

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