Html Css Color HEX #D25AE0 Free Speech Magenta

📋 copy color: '#D25AE0'

red 210 ◦ green 90 ◦ blue 224

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

Shades of Free Speech Magenta #D25AE0

Tints of Free Speech Magenta #D25AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.18%

 BLUE value IS 224 (87.89% from 255) = 42.75%

R = 40.08%
G = 17.18%
B = 42.75%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D25AE0 (or 0xD25AE0) is known color: Free Speech Magenta. HEX triplet: D2, 5A and E0. RGB value is (210,90,224). Sum of RGB (Red+Green+Blue) = 210+90+224=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #D25AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25AE0 is #2DA51F. Grayscale: #8C8C8C. Windows color (decimal): -2991392 or 14703314. OLE color: 14703314.

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

Color convert

RGB 210 90 224 -
CMYK 0.06 0.60 0 0.12
HSL 293.73º 0.68% 0.62% -
HSV(B) 293.73º 0.6% 0.88% -
XYZ 43.69 26.4 73.31 -
YUV 141.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 210 90 224 0.06 0.60 0 0.12 293.73 0.68 0.62
Hex D2 5A E0 6 3C 0 C 126 44 3E
Octal 322 132 340 6 74 0 14 446 104 76
Binary 11010010 1011010 11100000 110 111100 0 1100 100100110 1000100 111110

Color Harmonies of #D25AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AE0

Black with #D25AE0

Text Example


Text Example

White with #D25AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AE0; }

 p { color: rgb(210,90,224); }

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

background-color css

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

 a { background-color: rgb(210,90,224); }

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

border-color css

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

 span { border-color: rgb(210,90,224); }

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