Html Css Color HEX #D25AD1 Free Speech Magenta

📋 copy color: '#D25AD1'

red 210 ◦ green 90 ◦ blue 209

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

Shades of Free Speech Magenta #D25AD1

Tints of Free Speech Magenta #D25AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.06%

R = 41.26%
G = 17.68%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D25AD1 (or 0xD25AD1) is known color: Free Speech Magenta. HEX triplet: D2, 5A and D1. RGB value is (210,90,209). Sum of RGB (Red+Green+Blue) = 210+90+209=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25AD1 is #2DA52E. Grayscale: #8B8B8B. Windows color (decimal): -2991407 or 13720274. OLE color: 13720274.

HSL color Cylindrical-coordinate representation of color #D25AD1: hue angle of 300.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 #D25AD1 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 90 209 -
CMYK 0 0.57 0.00 0.18
HSL 300.5º 0.57% 0.59% -
HSV(B) 300.5º 0.57% 0.82% -
XYZ 41.74 25.62 63.07 -
YUV 139.45 167.26 178.32 -
System Red Green Blue C M Y K H S L
Decimal 210 90 209 0 0.57 0.00 0.18 300.5 0.57 0.59
Hex D2 5A D1 0 39 0 12 12C 39 3B
Octal 322 132 321 0 71 0 22 454 71 73
Binary 11010010 1011010 11010001 0 111001 0 10010 100101100 111001 111011

Color Harmonies of #D25AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AD1

Black with #D25AD1

Text Example


Text Example

White with #D25AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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