Html Css Color HEX #D25ACD Free Speech Magenta

📋 copy color: '#D25ACD'

red 210 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Magenta #D25ACD

Tints of Free Speech Magenta #D25ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 41.58%
G = 17.82%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D25ACD (or 0xD25ACD) is known color: Free Speech Magenta. HEX triplet: D2, 5A and CD. RGB value is (210,90,205). Sum of RGB (Red+Green+Blue) = 210+90+205=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 90 (35.55% from 255 or 17.82% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ACD is #2DA532. Grayscale: #8A8A8A. Windows color (decimal): -2991411 or 13458130. OLE color: 13458130.

HSL color Cylindrical-coordinate representation of color #D25ACD: hue angle of 302.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25ACD is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 90 205 -
CMYK 0 0.57 0.02 0.18
HSL 302.5º 0.57% 0.59% -
HSV(B) 302.5º 0.57% 0.82% -
XYZ 41.25 25.42 60.49 -
YUV 138.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 210 90 205 0 0.57 0.02 0.18 302.5 0.57 0.59
Hex D2 5A CD 0 39 2 12 12E 39 3B
Octal 322 132 315 0 71 2 22 456 71 73
Binary 11010010 1011010 11001101 0 111001 10 10010 100101110 111001 111011

Color Harmonies of #D25ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ACD

Black with #D25ACD

Text Example


Text Example

White with #D25ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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