Html Css Color HEX #D250E4 Free Speech Magenta

📋 copy color: '#D250E4'

red 210 ◦ green 80 ◦ blue 228

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

Shades of Free Speech Magenta #D250E4

Tints of Free Speech Magenta #D250E4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.44%

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

R = 40.54%
G = 15.44%
B = 44.02%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D250E4 (or 0xD250E4) is known color: Free Speech Magenta. HEX triplet: D2, 50 and E4. RGB value is (210,80,228). Sum of RGB (Red+Green+Blue) = 210+80+228=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 80 (31.64% from 255 or 15.44% from 518); Blue value is 228 (89.45% from 255 or 44.02% from 518); Max value from RGB is 228 - color contains mainly: blue. Hex color #D250E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D250E4 is #2DAF1B. Grayscale: #878787. Windows color (decimal): -2993948 or 14962898. OLE color: 14962898.

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

Color convert

RGB 210 80 228 -
CMYK 0.08 0.65 0 0.11
HSL 292.7º 0.73% 0.6% -
HSV(B) 292.7º 0.65% 0.89% -
XYZ 43.45 25.04 75.94 -
YUV 135.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 210 80 228 0.08 0.65 0 0.11 292.7 0.73 0.6
Hex D2 50 E4 8 41 0 B 125 49 3C
Octal 322 120 344 10 101 0 13 445 111 74
Binary 11010010 1010000 11100100 1000 1000001 0 1011 100100101 1001001 111100

Color Harmonies of #D250E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250E4

Black with #D250E4

Text Example


Text Example

White with #D250E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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