Html Css Color HEX #D72FDB Free Speech Magenta

📋 copy color: '#D72FDB'

red 215 ◦ green 47 ◦ blue 219

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

Shades of Free Speech Magenta #D72FDB

Tints of Free Speech Magenta #D72FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.53%

R = 44.7%
G = 9.77%
B = 45.53%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D72FDB (or 0xD72FDB) is known color: Free Speech Magenta. HEX triplet: D7, 2F and DB. RGB value is (215,47,219). Sum of RGB (Red+Green+Blue) = 215+47+219=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #D72FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72FDB is #28D024. Grayscale: #747474. Windows color (decimal): -2674725 or 14364631. OLE color: 14364631.

HSL color Cylindrical-coordinate representation of color #D72FDB: hue angle of 298.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D72FDB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 47 219 -
CMYK 0.02 0.79 0 0.14
HSL 298.6º 0.7% 0.52% -
HSV(B) 298.6º 0.79% 0.86% -
XYZ 41.83 21.59 68.98 -
YUV 116.84 185.66 198.01 -
System Red Green Blue C M Y K H S L
Decimal 215 47 219 0.02 0.79 0 0.14 298.6 0.7 0.52
Hex D7 2F DB 2 4F 0 E 12B 46 34
Octal 327 57 333 2 117 0 16 453 106 64
Binary 11010111 101111 11011011 10 1001111 0 1110 100101011 1000110 110100

Color Harmonies of #D72FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72FDB

Black with #D72FDB

Text Example


Text Example

White with #D72FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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