Html Css Color HEX #D459CA Free Speech Magenta

📋 copy color: '#D459CA'

red 212 ◦ green 89 ◦ blue 202

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

Shades of Free Speech Magenta #D459CA

Tints of Free Speech Magenta #D459CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.69%

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 42.15%
G = 17.69%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D459CA (or 0xD459CA) is known color: Free Speech Magenta. HEX triplet: D4, 59 and CA. RGB value is (212,89,202). Sum of RGB (Red+Green+Blue) = 212+89+202=503 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.15% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 212 - color contains mainly: red. Hex color #D459CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D459CA is #2BA635. Grayscale: #8A8A8A. Windows color (decimal): -2860598 or 13261268. OLE color: 13261268.

HSL color Cylindrical-coordinate representation of color #D459CA: hue angle of 304.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D459CA is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 89 202 -
CMYK 0 0.58 0.05 0.17
HSL 304.88º 0.59% 0.59% -
HSV(B) 304.88º 0.58% 0.83% -
XYZ 41.38 25.41 58.6 -
YUV 138.66 163.75 180.31 -
System Red Green Blue C M Y K H S L
Decimal 212 89 202 0 0.58 0.05 0.17 304.88 0.59 0.59
Hex D4 59 CA 0 3A 5 11 131 3B 3B
Octal 324 131 312 0 72 5 21 461 73 73
Binary 11010100 1011001 11001010 0 111010 101 10001 100110001 111011 111011

Color Harmonies of #D459CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D459CA

Black with #D459CA

Text Example


Text Example

White with #D459CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D459CA; }

 p { color: rgb(212,89,202); }

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

background-color css

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

 a { background-color: rgb(212,89,202); }

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

border-color css

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

 span { border-color: rgb(212,89,202); }

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