Html Css Color HEX #D359CE Free Speech Magenta

📋 copy color: '#D359CE'

red 211 ◦ green 89 ◦ blue 206

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

Shades of Free Speech Magenta #D359CE

Tints of Free Speech Magenta #D359CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.59%

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

R = 41.7%
G = 17.59%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D359CE (or 0xD359CE) is known color: Free Speech Magenta. HEX triplet: D3, 59 and CE. RGB value is (211,89,206). Sum of RGB (Red+Green+Blue) = 211+89+206=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 211 - color contains mainly: red. Hex color #D359CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D359CE is #2CA631. Grayscale: #8A8A8A. Windows color (decimal): -2926130 or 13523411. OLE color: 13523411.

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

Color convert

RGB 211 89 206 -
CMYK 0 0.58 0.02 0.17
HSL 302.46º 0.58% 0.59% -
HSV(B) 302.46º 0.58% 0.83% -
XYZ 41.58 25.45 61.11 -
YUV 138.82 165.92 179.49 -
System Red Green Blue C M Y K H S L
Decimal 211 89 206 0 0.58 0.02 0.17 302.46 0.58 0.59
Hex D3 59 CE 0 3A 2 11 12E 3A 3B
Octal 323 131 316 0 72 2 21 456 72 73
Binary 11010011 1011001 11001110 0 111010 10 10001 100101110 111010 111011

Color Harmonies of #D359CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359CE

Black with #D359CE

Text Example


Text Example

White with #D359CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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