Html Css Color HEX #D72FE1 Free Speech Magenta

📋 copy color: '#D72FE1'

red 215 ◦ green 47 ◦ blue 225

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

Shades of Free Speech Magenta #D72FE1

Tints of Free Speech Magenta #D72FE1

RGB

 RED value IS 215 (84.38% from 255) = 44.15%

 GREEN value IS 47 (18.75% from 255) = 9.65%

 BLUE value IS 225 (88.28% from 255) = 46.2%

R = 44.15%
G = 9.65%
B = 46.2%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D72FE1 (or 0xD72FE1) is known color: Free Speech Magenta. HEX triplet: D7, 2F and E1. RGB value is (215,47,225). Sum of RGB (Red+Green+Blue) = 215+47+225=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #D72FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FE1 is #28D01E. Grayscale: #747474. Windows color (decimal): -2674719 or 14757847. OLE color: 14757847.

HSL color Cylindrical-coordinate representation of color #D72FE1: hue angle of 296.63º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72FE1 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 47 225 -
CMYK 0.04 0.79 0 0.12
HSL 296.63º 0.75% 0.53% -
HSV(B) 296.63º 0.79% 0.88% -
XYZ 42.63 21.92 73.22 -
YUV 117.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 215 47 225 0.04 0.79 0 0.12 296.63 0.75 0.53
Hex D7 2F E1 4 4F 0 C 129 4B 35
Octal 327 57 341 4 117 0 14 451 113 65
Binary 11010111 101111 11100001 100 1001111 0 1100 100101001 1001011 110101

Color Harmonies of #D72FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FE1

Black with #D72FE1

Text Example


Text Example

White with #D72FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FE1; }

 p { color: rgb(215,47,225); }

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

background-color css

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

 a { background-color: rgb(215,47,225); }

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

border-color css

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

 span { border-color: rgb(215,47,225); }

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