Html Css Color HEX #D35BD0 Free Speech Magenta

📋 copy color: '#D35BD0'

red 211 ◦ green 91 ◦ blue 208

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

Shades of Free Speech Magenta #D35BD0

Tints of Free Speech Magenta #D35BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.78%

R = 41.37%
G = 17.84%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D35BD0 (or 0xD35BD0) is known color: Free Speech Magenta. HEX triplet: D3, 5B and D0. RGB value is (211,91,208). Sum of RGB (Red+Green+Blue) = 211+91+208=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 208 (81.64% from 255 or 40.78% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D35BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35BD0 is #2CA42F. Grayscale: #8B8B8B. Windows color (decimal): -2925616 or 13654995. OLE color: 13654995.

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

Color convert

RGB 211 91 208 -
CMYK 0 0.57 0.01 0.17
HSL 301.5º 0.58% 0.59% -
HSV(B) 301.5º 0.57% 0.83% -
XYZ 41.99 25.89 62.46 -
YUV 140.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 211 91 208 0 0.57 0.01 0.17 301.5 0.58 0.59
Hex D3 5B D0 0 39 1 11 12E 3A 3B
Octal 323 133 320 0 71 1 21 456 72 73
Binary 11010011 1011011 11010000 0 111001 1 10001 100101110 111010 111011

Color Harmonies of #D35BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35BD0

Black with #D35BD0

Text Example


Text Example

White with #D35BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35BD0; }

 p { color: rgb(211,91,208); }

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

background-color css

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

 a { background-color: rgb(211,91,208); }

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

border-color css

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

 span { border-color: rgb(211,91,208); }

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