Html Css Color HEX #D353E1 Free Speech Magenta

📋 copy color: '#D353E1'

red 211 ◦ green 83 ◦ blue 225

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

Shades of Free Speech Magenta #D353E1

Tints of Free Speech Magenta #D353E1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.99%

 BLUE value IS 225 (88.28% from 255) = 43.35%

R = 40.66%
G = 15.99%
B = 43.35%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D353E1 (or 0xD353E1) is known color: Free Speech Magenta. HEX triplet: D3, 53 and E1. RGB value is (211,83,225). Sum of RGB (Red+Green+Blue) = 211+83+225=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 83 (32.81% from 255 or 15.99% from 519); Blue value is 225 (88.28% from 255 or 43.35% from 519); Max value from RGB is 225 - color contains mainly: blue. Hex color #D353E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353E1 is #2CAC1E. Grayscale: #898989. Windows color (decimal): -2927647 or 14767059. OLE color: 14767059.

HSL color Cylindrical-coordinate representation of color #D353E1: hue angle of 294.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D353E1 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 83 225 -
CMYK 0.06 0.63 0 0.12
HSL 294.08º 0.7% 0.6% -
HSV(B) 294.08º 0.63% 0.88% -
XYZ 43.55 25.47 73.86 -
YUV 137.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 211 83 225 0.06 0.63 0 0.12 294.08 0.7 0.6
Hex D3 53 E1 6 3F 0 C 126 46 3C
Octal 323 123 341 6 77 0 14 446 106 74
Binary 11010011 1010011 11100001 110 111111 0 1100 100100110 1000110 111100

Color Harmonies of #D353E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D353E1

Black with #D353E1

Text Example


Text Example

White with #D353E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D353E1; }

 p { color: rgb(211,83,225); }

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

background-color css

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

 a { background-color: rgb(211,83,225); }

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

border-color css

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

 span { border-color: rgb(211,83,225); }

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