Html Css Color HEX #D25ADE Free Speech Magenta

📋 copy color: '#D25ADE'

red 210 ◦ green 90 ◦ blue 222

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

Shades of Free Speech Magenta #D25ADE

Tints of Free Speech Magenta #D25ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 40.23%
G = 17.24%
B = 42.53%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D25ADE (or 0xD25ADE) is known color: Free Speech Magenta. HEX triplet: D2, 5A and DE. RGB value is (210,90,222). Sum of RGB (Red+Green+Blue) = 210+90+222=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 90 (35.55% from 255 or 17.24% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #D25ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ADE is #2DA521. Grayscale: #8C8C8C. Windows color (decimal): -2991394 or 14572242. OLE color: 14572242.

HSL color Cylindrical-coordinate representation of color #D25ADE: hue angle of 294.55º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25ADE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 90 222 -
CMYK 0.05 0.59 0 0.13
HSL 294.55º 0.67% 0.61% -
HSV(B) 294.55º 0.59% 0.87% -
XYZ 43.42 26.29 71.89 -
YUV 140.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 210 90 222 0.05 0.59 0 0.13 294.55 0.67 0.61
Hex D2 5A DE 5 3B 0 D 127 43 3D
Octal 322 132 336 5 73 0 15 447 103 75
Binary 11010010 1011010 11011110 101 111011 0 1101 100100111 1000011 111101

Color Harmonies of #D25ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ADE

Black with #D25ADE

Text Example


Text Example

White with #D25ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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