Html Css Color HEX #D72FDD Free Speech Magenta

📋 copy color: '#D72FDD'

red 215 ◦ green 47 ◦ blue 221

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

Shades of Free Speech Magenta #D72FDD

Tints of Free Speech Magenta #D72FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 44.51%
G = 9.73%
B = 45.76%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D72FDD (or 0xD72FDD) is known color: Free Speech Magenta. HEX triplet: D7, 2F and DD. RGB value is (215,47,221). Sum of RGB (Red+Green+Blue) = 215+47+221=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 47 (18.75% from 255 or 9.73% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #D72FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FDD is #28D022. Grayscale: #747474. Windows color (decimal): -2674723 or 14495703. OLE color: 14495703.

HSL color Cylindrical-coordinate representation of color #D72FDD: hue angle of 297.93º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72FDD is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 47 221 -
CMYK 0.03 0.79 0 0.13
HSL 297.93º 0.72% 0.53% -
HSV(B) 297.93º 0.79% 0.87% -
XYZ 42.09 21.7 70.38 -
YUV 117.07 186.66 197.85 -
System Red Green Blue C M Y K H S L
Decimal 215 47 221 0.03 0.79 0 0.13 297.93 0.72 0.53
Hex D7 2F DD 3 4F 0 D 12A 48 35
Octal 327 57 335 3 117 0 15 452 110 65
Binary 11010111 101111 11011101 11 1001111 0 1101 100101010 1001000 110101

Color Harmonies of #D72FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FDD

Black with #D72FDD

Text Example


Text Example

White with #D72FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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