Html Css Color HEX #D545F6 Free Speech Magenta

📋 copy color: '#D545F6'

red 213 ◦ green 69 ◦ blue 246

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

Shades of Free Speech Magenta #D545F6

Tints of Free Speech Magenta #D545F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.59%

R = 40.34%
G = 13.07%
B = 46.59%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D545F6 (or 0xD545F6) is known color: Free Speech Magenta. HEX triplet: D5, 45 and F6. RGB value is (213,69,246). Sum of RGB (Red+Green+Blue) = 213+69+246=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 246 (96.48% from 255 or 46.59% from 528); Max value from RGB is 246 - color contains mainly: blue. Hex color #D545F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D545F6 is #2ABA09. Grayscale: #838383. Windows color (decimal): -2800138 or 16139733. OLE color: 16139733.

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

Color convert

RGB 213 69 246 -
CMYK 0.13 0.72 0 0.04
HSL 288.81º 0.91% 0.62% -
HSV(B) 288.81º 0.72% 0.96% -
XYZ 46.2 25.06 89.59 -
YUV 132.23 192.21 185.61 -
System Red Green Blue C M Y K H S L
Decimal 213 69 246 0.13 0.72 0 0.04 288.81 0.91 0.62
Hex D5 45 F6 D 48 0 4 121 5B 3E
Octal 325 105 366 15 110 0 4 441 133 76
Binary 11010101 1000101 11110110 1101 1001000 0 100 100100001 1011011 111110

Color Harmonies of #D545F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D545F6

Black with #D545F6

Text Example


Text Example

White with #D545F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D545F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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