Html Css Color HEX #D540F6 Free Speech Magenta

📋 copy color: '#D540F6'

red 213 ◦ green 64 ◦ blue 246

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

Shades of Free Speech Magenta #D540F6

Tints of Free Speech Magenta #D540F6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.24%

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

R = 40.73%
G = 12.24%
B = 47.04%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D540F6 (or 0xD540F6) is known color: Free Speech Magenta. HEX triplet: D5, 40 and F6. RGB value is (213,64,246). Sum of RGB (Red+Green+Blue) = 213+64+246=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 246 (96.48% from 255 or 47.04% from 523); Max value from RGB is 246 - color contains mainly: blue. Hex color #D540F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D540F6 is #2ABF09. Grayscale: #808080. Windows color (decimal): -2801418 or 16138453. OLE color: 16138453.

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

Color convert

RGB 213 64 246 -
CMYK 0.13 0.74 0 0.04
HSL 289.12º 0.91% 0.61% -
HSV(B) 289.12º 0.74% 0.96% -
XYZ 45.91 24.47 89.49 -
YUV 129.3 193.86 187.7 -
System Red Green Blue C M Y K H S L
Decimal 213 64 246 0.13 0.74 0 0.04 289.12 0.91 0.61
Hex D5 40 F6 D 4A 0 4 121 5B 3D
Octal 325 100 366 15 112 0 4 441 133 75
Binary 11010101 1000000 11110110 1101 1001010 0 100 100100001 1011011 111101

Color Harmonies of #D540F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540F6

Black with #D540F6

Text Example


Text Example

White with #D540F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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