Html Css Color HEX #D25AE6 Free Speech Magenta

📋 copy color: '#D25AE6'

red 210 ◦ green 90 ◦ blue 230

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

Shades of Free Speech Magenta #D25AE6

Tints of Free Speech Magenta #D25AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.4%

R = 39.62%
G = 16.98%
B = 43.4%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D25AE6 (or 0xD25AE6) is known color: Free Speech Magenta. HEX triplet: D2, 5A and E6. RGB value is (210,90,230). Sum of RGB (Red+Green+Blue) = 210+90+230=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #D25AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25AE6 is #2DA519. Grayscale: #8D8D8D. Windows color (decimal): -2991386 or 15096530. OLE color: 15096530.

HSL color Cylindrical-coordinate representation of color #D25AE6: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25AE6 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 90 230 -
CMYK 0.09 0.61 0 0.10
HSL 291.43º 0.74% 0.63% -
HSV(B) 291.43º 0.61% 0.9% -
XYZ 44.52 26.73 77.68 -
YUV 141.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 210 90 230 0.09 0.61 0 0.10 291.43 0.74 0.63
Hex D2 5A E6 9 3D 0 A 123 4A 3F
Octal 322 132 346 11 75 0 12 443 112 77
Binary 11010010 1011010 11100110 1001 111101 0 1010 100100011 1001010 111111

Color Harmonies of #D25AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AE6

Black with #D25AE6

Text Example


Text Example

White with #D25AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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