Html Css Color HEX #D35BDD Free Speech Magenta

📋 copy color: '#D35BDD'

red 211 ◦ green 91 ◦ blue 221

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

Shades of Free Speech Magenta #D35BDD

Tints of Free Speech Magenta #D35BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 40.34%
G = 17.4%
B = 42.26%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D35BDD (or 0xD35BDD) is known color: Free Speech Magenta. HEX triplet: D3, 5B and DD. RGB value is (211,91,221). Sum of RGB (Red+Green+Blue) = 211+91+221=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 91 (35.94% from 255 or 17.40% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #D35BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35BDD is #2CA422. Grayscale: #8D8D8D. Windows color (decimal): -2925603 or 14506963. OLE color: 14506963.

HSL color Cylindrical-coordinate representation of color #D35BDD: hue angle of 295.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35BDD is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 91 221 -
CMYK 0.05 0.59 0 0.13
HSL 295.38º 0.66% 0.61% -
HSV(B) 295.38º 0.59% 0.87% -
XYZ 43.66 26.55 71.23 -
YUV 141.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 211 91 221 0.05 0.59 0 0.13 295.38 0.66 0.61
Hex D3 5B DD 5 3B 0 D 127 42 3D
Octal 323 133 335 5 73 0 15 447 102 75
Binary 11010011 1011011 11011101 101 111011 0 1101 100100111 1000010 111101

Color Harmonies of #D35BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35BDD

Black with #D35BDD

Text Example


Text Example

White with #D35BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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