Html Css Color HEX #D255DF Free Speech Magenta

📋 copy color: '#D255DF'

red 210 ◦ green 85 ◦ blue 223

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

Shades of Free Speech Magenta #D255DF

Tints of Free Speech Magenta #D255DF

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

 GREEN value IS 85 (33.59% from 255) = 16.41%

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

R = 40.54%
G = 16.41%
B = 43.05%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D255DF (or 0xD255DF) is known color: Free Speech Magenta. HEX triplet: D2, 55 and DF. RGB value is (210,85,223). Sum of RGB (Red+Green+Blue) = 210+85+223=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #D255DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255DF is #2DAA20. Grayscale: #898989. Windows color (decimal): -2992673 or 14636498. OLE color: 14636498.

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

Color convert

RGB 210 85 223 -
CMYK 0.06 0.62 0 0.13
HSL 294.35º 0.68% 0.6% -
HSV(B) 294.35º 0.62% 0.87% -
XYZ 43.15 25.53 72.47 -
YUV 138.11 175.91 179.28 -
System Red Green Blue C M Y K H S L
Decimal 210 85 223 0.06 0.62 0 0.13 294.35 0.68 0.6
Hex D2 55 DF 6 3E 0 D 126 44 3C
Octal 322 125 337 6 76 0 15 446 104 74
Binary 11010010 1010101 11011111 110 111110 0 1101 100100110 1000100 111100

Color Harmonies of #D255DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255DF

Black with #D255DF

Text Example


Text Example

White with #D255DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255DF; }

 p { color: rgb(210,85,223); }

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

background-color css

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

 a { background-color: rgb(210,85,223); }

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

border-color css

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

 span { border-color: rgb(210,85,223); }

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