Html Css Color HEX #D255E4 Free Speech Magenta

📋 copy color: '#D255E4'

red 210 ◦ green 85 ◦ blue 228

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

Shades of Free Speech Magenta #D255E4

Tints of Free Speech Magenta #D255E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.59%

R = 40.15%
G = 16.25%
B = 43.59%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D255E4 (or 0xD255E4) is known color: Free Speech Magenta. HEX triplet: D2, 55 and E4. RGB value is (210,85,228). Sum of RGB (Red+Green+Blue) = 210+85+228=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #D255E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D255E4 is #2DAA1B. Grayscale: #8A8A8A. Windows color (decimal): -2992668 or 14964178. OLE color: 14964178.

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

Color convert

RGB 210 85 228 -
CMYK 0.08 0.63 0 0.11
HSL 292.45º 0.73% 0.61% -
HSV(B) 292.45º 0.63% 0.89% -
XYZ 43.83 25.8 76.07 -
YUV 138.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 210 85 228 0.08 0.63 0 0.11 292.45 0.73 0.61
Hex D2 55 E4 8 3F 0 B 124 49 3D
Octal 322 125 344 10 77 0 13 444 111 75
Binary 11010010 1010101 11100100 1000 111111 0 1011 100100100 1001001 111101

Color Harmonies of #D255E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255E4

Black with #D255E4

Text Example


Text Example

White with #D255E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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