Html Css Color HEX #D94ACD Free Speech Magenta

📋 copy color: '#D94ACD'

red 217 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Magenta #D94ACD

Tints of Free Speech Magenta #D94ACD

RGB

 RED value IS 217 (85.16% from 255) = 43.75%

 GREEN value IS 74 (29.3% from 255) = 14.92%

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

R = 43.75%
G = 14.92%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D94ACD (or 0xD94ACD) is known color: Free Speech Magenta. HEX triplet: D9, 4A and CD. RGB value is (217,74,205). Sum of RGB (Red+Green+Blue) = 217+74+205=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 74 (29.30% from 255 or 14.92% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D94ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D94ACD is #26B532. Grayscale: #838383. Windows color (decimal): -2536755 or 13454041. OLE color: 13454041.

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

Color convert

RGB 217 74 205 -
CMYK 0 0.66 0.06 0.15
HSL 305.04º 0.65% 0.57% -
HSV(B) 305.04º 0.66% 0.85% -
XYZ 42.08 24.06 60.18 -
YUV 131.69 169.38 188.85 -
System Red Green Blue C M Y K H S L
Decimal 217 74 205 0 0.66 0.06 0.15 305.04 0.65 0.57
Hex D9 4A CD 0 42 6 F 131 41 39
Octal 331 112 315 0 102 6 17 461 101 71
Binary 11011001 1001010 11001101 0 1000010 110 1111 100110001 1000001 111001

Color Harmonies of #D94ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94ACD

Black with #D94ACD

Text Example


Text Example

White with #D94ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94ACD; }

 p { color: rgb(217,74,205); }

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

background-color css

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

 a { background-color: rgb(217,74,205); }

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

border-color css

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

 span { border-color: rgb(217,74,205); }

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