Html Css Color HEX #D72DDB Free Speech Magenta

📋 copy color: '#D72DDB'

red 215 ◦ green 45 ◦ blue 219

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

Shades of Free Speech Magenta #D72DDB

Tints of Free Speech Magenta #D72DDB

RGB

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

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

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

R = 44.89%
G = 9.39%
B = 45.72%

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

#D72DDB (or 0xD72DDB) is known color: Free Speech Magenta. HEX triplet: D7, 2D and DB. RGB value is (215,45,219). Sum of RGB (Red+Green+Blue) = 215+45+219=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 45 (17.97% from 255 or 9.39% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #D72DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D72DDB is #28D224. Grayscale: #737373. Windows color (decimal): -2675237 or 14364119. OLE color: 14364119.

HSL color Cylindrical-coordinate representation of color #D72DDB: hue angle of 298.62º degrees, saturation: 0.71, 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 #D72DDB is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 215 45 219 -
CMYK 0.02 0.79 0 0.14
HSL 298.62º 0.71% 0.52% -
HSV(B) 298.62º 0.79% 0.86% -
XYZ 41.75 21.44 68.96 -
YUV 115.67 186.32 198.85 -
System Red Green Blue C M Y K H S L
Decimal 215 45 219 0.02 0.79 0 0.14 298.62 0.71 0.52
Hex D7 2D DB 2 4F 0 E 12B 47 34
Octal 327 55 333 2 117 0 16 453 107 64
Binary 11010111 101101 11011011 10 1001111 0 1110 100101011 1000111 110100

Color Harmonies of #D72DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DDB

Black with #D72DDB

Text Example


Text Example

White with #D72DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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