Html Css Color HEX #D72DDA Free Speech Magenta

📋 copy color: '#D72DDA'

red 215 ◦ green 45 ◦ blue 218

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

Shades of Free Speech Magenta #D72DDA

Tints of Free Speech Magenta #D72DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.41%

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 44.98%
G = 9.41%
B = 45.61%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D72DDA (or 0xD72DDA) is known color: Free Speech Magenta. HEX triplet: D7, 2D and DA. RGB value is (215,45,218). Sum of RGB (Red+Green+Blue) = 215+45+218=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 45 (17.97% from 255 or 9.41% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #D72DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DDA is #28D225. Grayscale: #737373. Windows color (decimal): -2675238 or 14298583. OLE color: 14298583.

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

Color convert

RGB 215 45 218 -
CMYK 0.01 0.79 0 0.15
HSL 298.96º 0.7% 0.52% -
HSV(B) 298.96º 0.79% 0.85% -
XYZ 41.62 21.39 68.26 -
YUV 115.55 185.82 198.93 -
System Red Green Blue C M Y K H S L
Decimal 215 45 218 0.01 0.79 0 0.15 298.96 0.7 0.52
Hex D7 2D DA 1 4F 0 F 12B 46 34
Octal 327 55 332 1 117 0 17 453 106 64
Binary 11010111 101101 11011010 1 1001111 0 1111 100101011 1000110 110100

Color Harmonies of #D72DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DDA

Black with #D72DDA

Text Example


Text Example

White with #D72DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DDA; }

 p { color: rgb(215,45,218); }

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

background-color css

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

 a { background-color: rgb(215,45,218); }

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

border-color css

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

 span { border-color: rgb(215,45,218); }

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