Html Css Color HEX #D35ACE Free Speech Magenta

📋 copy color: '#D35ACE'

red 211 ◦ green 90 ◦ blue 206

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

Shades of Free Speech Magenta #D35ACE

Tints of Free Speech Magenta #D35ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.75%

 BLUE value IS 206 (80.86% from 255) = 40.63%

R = 41.62%
G = 17.75%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D35ACE (or 0xD35ACE) is known color: Free Speech Magenta. HEX triplet: D3, 5A and CE. RGB value is (211,90,206). Sum of RGB (Red+Green+Blue) = 211+90+206=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 90 (35.55% from 255 or 17.75% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ACE is #2CA531. Grayscale: #8B8B8B. Windows color (decimal): -2925874 or 13523667. OLE color: 13523667.

HSL color Cylindrical-coordinate representation of color #D35ACE: hue angle of 302.48º 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 #D35ACE is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 206 -
CMYK 0 0.57 0.02 0.17
HSL 302.48º 0.58% 0.59% -
HSV(B) 302.48º 0.57% 0.83% -
XYZ 41.66 25.62 61.14 -
YUV 139.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 211 90 206 0 0.57 0.02 0.17 302.48 0.58 0.59
Hex D3 5A CE 0 39 2 11 12E 3A 3B
Octal 323 132 316 0 71 2 21 456 72 73
Binary 11010011 1011010 11001110 0 111001 10 10001 100101110 111010 111011

Color Harmonies of #D35ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35ACE

Black with #D35ACE

Text Example


Text Example

White with #D35ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35ACE; }

 p { color: rgb(211,90,206); }

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

background-color css

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

 a { background-color: rgb(211,90,206); }

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

border-color css

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

 span { border-color: rgb(211,90,206); }

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