Html Css Color HEX #D430DD Free Speech Magenta

📋 copy color: '#D430DD'

red 212 ◦ green 48 ◦ blue 221

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

Shades of Free Speech Magenta #D430DD

Tints of Free Speech Magenta #D430DD

RGB

 RED value IS 212 (83.2% from 255) = 44.07%

 GREEN value IS 48 (19.14% from 255) = 9.98%

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 44.07%
G = 9.98%
B = 45.95%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D430DD (or 0xD430DD) is known color: Free Speech Magenta. HEX triplet: D4, 30 and DD. RGB value is (212,48,221). Sum of RGB (Red+Green+Blue) = 212+48+221=481 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.07% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #D430DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430DD is #2BCF22. Grayscale: #747474. Windows color (decimal): -2871075 or 14495956. OLE color: 14495956.

HSL color Cylindrical-coordinate representation of color #D430DD: hue angle of 296.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D430DD is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 48 221 -
CMYK 0.04 0.78 0 0.13
HSL 296.88º 0.72% 0.53% -
HSV(B) 296.88º 0.78% 0.87% -
XYZ 41.26 21.33 70.35 -
YUV 116.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 212 48 221 0.04 0.78 0 0.13 296.88 0.72 0.53
Hex D4 30 DD 4 4E 0 D 129 48 35
Octal 324 60 335 4 116 0 15 451 110 65
Binary 11010100 110000 11011101 100 1001110 0 1101 100101001 1001000 110101

Color Harmonies of #D430DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430DD

Black with #D430DD

Text Example


Text Example

White with #D430DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430DD; }

 p { color: rgb(212,48,221); }

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

background-color css

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

 a { background-color: rgb(212,48,221); }

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

border-color css

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

 span { border-color: rgb(212,48,221); }

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