Html Css Color HEX #D358DF Free Speech Magenta

📋 copy color: '#D358DF'

red 211 ◦ green 88 ◦ blue 223

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

Shades of Free Speech Magenta #D358DF

Tints of Free Speech Magenta #D358DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.86%

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 40.42%
G = 16.86%
B = 42.72%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D358DF (or 0xD358DF) is known color: Free Speech Magenta. HEX triplet: D3, 58 and DF. RGB value is (211,88,223). Sum of RGB (Red+Green+Blue) = 211+88+223=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 88 (34.77% from 255 or 16.86% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #D358DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358DF is #2CA720. Grayscale: #8B8B8B. Windows color (decimal): -2926369 or 14637267. OLE color: 14637267.

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

Color convert

RGB 211 88 223 -
CMYK 0.05 0.61 0 0.13
HSL 294.67º 0.68% 0.61% -
HSV(B) 294.67º 0.61% 0.87% -
XYZ 43.67 26.16 72.56 -
YUV 140.17 174.75 178.52 -
System Red Green Blue C M Y K H S L
Decimal 211 88 223 0.05 0.61 0 0.13 294.67 0.68 0.61
Hex D3 58 DF 5 3D 0 D 127 44 3D
Octal 323 130 337 5 75 0 15 447 104 75
Binary 11010011 1011000 11011111 101 111101 0 1101 100100111 1000100 111101

Color Harmonies of #D358DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358DF

Black with #D358DF

Text Example


Text Example

White with #D358DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358DF; }

 p { color: rgb(211,88,223); }

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

background-color css

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

 a { background-color: rgb(211,88,223); }

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

border-color css

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

 span { border-color: rgb(211,88,223); }

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