Html Css Color HEX #D545D4 Free Speech Magenta

📋 copy color: '#D545D4'

red 213 ◦ green 69 ◦ blue 212

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

Shades of Free Speech Magenta #D545D4

Tints of Free Speech Magenta #D545D4

RGB

 RED value IS 213 (83.59% from 255) = 43.12%

 GREEN value IS 69 (27.34% from 255) = 13.97%

 BLUE value IS 212 (83.2% from 255) = 42.91%

R = 43.12%
G = 13.97%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D545D4 (or 0xD545D4) is known color: Free Speech Magenta. HEX triplet: D5, 45 and D4. RGB value is (213,69,212). Sum of RGB (Red+Green+Blue) = 213+69+212=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 69 (27.34% from 255 or 13.97% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D545D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D545D4 is #2ABA2B. Grayscale: #7F7F7F. Windows color (decimal): -2800172 or 13911509. OLE color: 13911509.

HSL color Cylindrical-coordinate representation of color #D545D4: hue angle of 300.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D545D4 is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 69 212 -
CMYK 0 0.68 0.00 0.16
HSL 300.42º 0.63% 0.55% -
HSV(B) 300.42º 0.68% 0.84% -
XYZ 41.45 23.16 64.57 -
YUV 128.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 213 69 212 0 0.68 0.00 0.16 300.42 0.63 0.55
Hex D5 45 D4 0 44 0 10 12C 3F 37
Octal 325 105 324 0 104 0 20 454 77 67
Binary 11010101 1000101 11010100 0 1000100 0 10000 100101100 111111 110111

Color Harmonies of #D545D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545D4

Black with #D545D4

Text Example


Text Example

White with #D545D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545D4; }

 p { color: rgb(213,69,212); }

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

background-color css

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

 a { background-color: rgb(213,69,212); }

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

border-color css

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

 span { border-color: rgb(213,69,212); }

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