Html Css Color HEX #D057DD Free Speech Magenta

📋 copy color: '#D057DD'

red 208 ◦ green 87 ◦ blue 221

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

Shades of Free Speech Magenta #D057DD

Tints of Free Speech Magenta #D057DD

RGB

 RED value IS 208 (81.64% from 255) = 40.31%

 GREEN value IS 87 (34.38% from 255) = 16.86%

 BLUE value IS 221 (86.72% from 255) = 42.83%

R = 40.31%
G = 16.86%
B = 42.83%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D057DD (or 0xD057DD) is known color: Free Speech Magenta. HEX triplet: D0, 57 and DD. RGB value is (208,87,221). Sum of RGB (Red+Green+Blue) = 208+87+221=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 87 (34.38% from 255 or 16.86% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #D057DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057DD is #2FA822. Grayscale: #8A8A8A. Windows color (decimal): -3123235 or 14505936. OLE color: 14505936.

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

Color convert

RGB 208 87 221 -
CMYK 0.06 0.61 0 0.13
HSL 294.18º 0.66% 0.6% -
HSV(B) 294.18º 0.61% 0.87% -
XYZ 42.47 25.45 71.08 -
YUV 138.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 208 87 221 0.06 0.61 0 0.13 294.18 0.66 0.6
Hex D0 57 DD 6 3D 0 D 126 42 3C
Octal 320 127 335 6 75 0 15 446 102 74
Binary 11010000 1010111 11011101 110 111101 0 1101 100100110 1000010 111100

Color Harmonies of #D057DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D057DD

Black with #D057DD

Text Example


Text Example

White with #D057DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D057DD; }

 p { color: rgb(208,87,221); }

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

background-color css

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

 a { background-color: rgb(208,87,221); }

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

border-color css

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

 span { border-color: rgb(208,87,221); }

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