Html Css Color HEX #D25DD8 Free Speech Magenta

📋 copy color: '#D25DD8'

red 210 ◦ green 93 ◦ blue 216

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

Shades of Free Speech Magenta #D25DD8

Tints of Free Speech Magenta #D25DD8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.92%

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 40.46%
G = 17.92%
B = 41.62%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D25DD8 (or 0xD25DD8) is known color: Free Speech Magenta. HEX triplet: D2, 5D and D8. RGB value is (210,93,216). Sum of RGB (Red+Green+Blue) = 210+93+216=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #D25DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DD8 is #2DA227. Grayscale: #8D8D8D. Windows color (decimal): -2990632 or 14179794. OLE color: 14179794.

HSL color Cylindrical-coordinate representation of color #D25DD8: hue angle of 297.07º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25DD8 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 93 216 -
CMYK 0.03 0.57 0 0.15
HSL 297.07º 0.61% 0.61% -
HSV(B) 297.07º 0.57% 0.85% -
XYZ 42.89 26.49 67.82 -
YUV 142.01 169.76 176.5 -
System Red Green Blue C M Y K H S L
Decimal 210 93 216 0.03 0.57 0 0.15 297.07 0.61 0.61
Hex D2 5D D8 3 39 0 F 129 3D 3D
Octal 322 135 330 3 71 0 17 451 75 75
Binary 11010010 1011101 11011000 11 111001 0 1111 100101001 111101 111101

Color Harmonies of #D25DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DD8

Black with #D25DD8

Text Example


Text Example

White with #D25DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DD8; }

 p { color: rgb(210,93,216); }

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

background-color css

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

 a { background-color: rgb(210,93,216); }

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

border-color css

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

 span { border-color: rgb(210,93,216); }

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