Html Css Color HEX #D335D8 Free Speech Magenta

📋 copy color: '#D335D8'

red 211 ◦ green 53 ◦ blue 216

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

Shades of Free Speech Magenta #D335D8

Tints of Free Speech Magenta #D335D8

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.04%

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

R = 43.96%
G = 11.04%
B = 45%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D335D8 (or 0xD335D8) is known color: Free Speech Magenta. HEX triplet: D3, 35 and D8. RGB value is (211,53,216). Sum of RGB (Red+Green+Blue) = 211+53+216=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #D335D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D335D8 is #2CCA27. Grayscale: #767676. Windows color (decimal): -2935336 or 14169555. OLE color: 14169555.

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

Color convert

RGB 211 53 216 -
CMYK 0.02 0.75 0 0.15
HSL 298.16º 0.68% 0.53% -
HSV(B) 298.16º 0.75% 0.85% -
XYZ 40.53 21.35 66.95 -
YUV 118.82 182.85 193.75 -
System Red Green Blue C M Y K H S L
Decimal 211 53 216 0.02 0.75 0 0.15 298.16 0.68 0.53
Hex D3 35 D8 2 4B 0 F 12A 44 35
Octal 323 65 330 2 113 0 17 452 104 65
Binary 11010011 110101 11011000 10 1001011 0 1111 100101010 1000100 110101

Color Harmonies of #D335D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335D8

Black with #D335D8

Text Example


Text Example

White with #D335D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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