Html Css Color HEX #D358DB Free Speech Magenta

📋 copy color: '#D358DB'

red 211 ◦ green 88 ◦ blue 219

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

Shades of Free Speech Magenta #D358DB

Tints of Free Speech Magenta #D358DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 40.73%
G = 16.99%
B = 42.28%

CMYK

 C value IS 0.04

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D358DB (or 0xD358DB) is known color: Free Speech Magenta. HEX triplet: D3, 58 and DB. RGB value is (211,88,219). Sum of RGB (Red+Green+Blue) = 211+88+219=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 88 (34.77% from 255 or 16.99% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #D358DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D358DB is #2CA724. Grayscale: #8B8B8B. Windows color (decimal): -2926373 or 14375123. OLE color: 14375123.

HSL color Cylindrical-coordinate representation of color #D358DB: hue angle of 296.34º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D358DB is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 88 219 -
CMYK 0.04 0.60 0 0.14
HSL 296.34º 0.65% 0.6% -
HSV(B) 296.34º 0.6% 0.86% -
XYZ 43.14 25.94 69.75 -
YUV 139.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 211 88 219 0.04 0.60 0 0.14 296.34 0.65 0.6
Hex D3 58 DB 4 3C 0 E 128 41 3C
Octal 323 130 333 4 74 0 16 450 101 74
Binary 11010011 1011000 11011011 100 111100 0 1110 100101000 1000001 111100

Color Harmonies of #D358DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D358DB

Black with #D358DB

Text Example


Text Example

White with #D358DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D358DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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