Html Css Color HEX #D255E2 Free Speech Magenta

📋 copy color: '#D255E2'

red 210 ◦ green 85 ◦ blue 226

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

Shades of Free Speech Magenta #D255E2

Tints of Free Speech Magenta #D255E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.38%

R = 40.31%
G = 16.31%
B = 43.38%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D255E2 (or 0xD255E2) is known color: Free Speech Magenta. HEX triplet: D2, 55 and E2. RGB value is (210,85,226). Sum of RGB (Red+Green+Blue) = 210+85+226=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #D255E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255E2 is #2DAA1D. Grayscale: #8A8A8A. Windows color (decimal): -2992670 or 14833106. OLE color: 14833106.

HSL color Cylindrical-coordinate representation of color #D255E2: hue angle of 293.19º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D255E2 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 85 226 -
CMYK 0.07 0.62 0 0.11
HSL 293.19º 0.71% 0.61% -
HSV(B) 293.19º 0.62% 0.89% -
XYZ 43.55 25.69 74.61 -
YUV 138.45 177.41 179.04 -
System Red Green Blue C M Y K H S L
Decimal 210 85 226 0.07 0.62 0 0.11 293.19 0.71 0.61
Hex D2 55 E2 7 3E 0 B 125 47 3D
Octal 322 125 342 7 76 0 13 445 107 75
Binary 11010010 1010101 11100010 111 111110 0 1011 100100101 1000111 111101

Color Harmonies of #D255E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255E2

Black with #D255E2

Text Example


Text Example

White with #D255E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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