Html Css Color HEX #D35DD4 Free Speech Magenta

📋 copy color: '#D35DD4'

red 211 ◦ green 93 ◦ blue 212

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

Shades of Free Speech Magenta #D35DD4

Tints of Free Speech Magenta #D35DD4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.02%

 BLUE value IS 212 (83.2% from 255) = 41.09%

R = 40.89%
G = 18.02%
B = 41.09%

CMYK

 C value IS 0.00

 M value IS 0.56

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D35DD4 (or 0xD35DD4) is known color: Free Speech Magenta. HEX triplet: D3, 5D and D4. RGB value is (211,93,212). Sum of RGB (Red+Green+Blue) = 211+93+212=516 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.89% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #D35DD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35DD4 is #2CA22B. Grayscale: #8D8D8D. Windows color (decimal): -2925100 or 13917651. OLE color: 13917651.

HSL color Cylindrical-coordinate representation of color #D35DD4: hue angle of 299.5º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35DD4 is Cyan = 0.00, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 93 212 -
CMYK 0.00 0.56 0 0.17
HSL 299.5º 0.58% 0.6% -
HSV(B) 299.5º 0.56% 0.83% -
XYZ 42.66 26.43 65.14 -
YUV 141.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 211 93 212 0.00 0.56 0 0.17 299.5 0.58 0.6
Hex D3 5D D4 0 38 0 11 12B 3A 3C
Octal 323 135 324 0 70 0 21 453 72 74
Binary 11010011 1011101 11010100 0 111000 0 10001 100101011 111010 111100

Color Harmonies of #D35DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DD4

Black with #D35DD4

Text Example


Text Example

White with #D35DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DD4; }

 p { color: rgb(211,93,212); }

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

background-color css

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

 a { background-color: rgb(211,93,212); }

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

border-color css

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

 span { border-color: rgb(211,93,212); }

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