Html Css Color HEX #D25ACC Free Speech Magenta

📋 copy color: '#D25ACC'

red 210 ◦ green 90 ◦ blue 204

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

Shades of Free Speech Magenta #D25ACC

Tints of Free Speech Magenta #D25ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 41.67%
G = 17.86%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D25ACC (or 0xD25ACC) is known color: Free Speech Magenta. HEX triplet: D2, 5A and CC. RGB value is (210,90,204). Sum of RGB (Red+Green+Blue) = 210+90+204=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ACC is #2DA533. Grayscale: #8A8A8A. Windows color (decimal): -2991412 or 13392594. OLE color: 13392594.

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

Color convert

RGB 210 90 204 -
CMYK 0 0.57 0.03 0.18
HSL 303º 0.57% 0.59% -
HSV(B) 303º 0.57% 0.82% -
XYZ 41.13 25.37 59.86 -
YUV 138.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 210 90 204 0 0.57 0.03 0.18 303 0.57 0.59
Hex D2 5A CC 0 39 3 12 12F 39 3B
Octal 322 132 314 0 71 3 22 457 71 73
Binary 11010010 1011010 11001100 0 111001 11 10010 100101111 111001 111011

Color Harmonies of #D25ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ACC

Black with #D25ACC

Text Example


Text Example

White with #D25ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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