Html Css Color HEX #D44FDB Free Speech Magenta

📋 copy color: '#D44FDB'

red 212 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Magenta #D44FDB

Tints of Free Speech Magenta #D44FDB

RGB

 RED value IS 212 (83.2% from 255) = 41.57%

 GREEN value IS 79 (31.25% from 255) = 15.49%

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

R = 41.57%
G = 15.49%
B = 42.94%

CMYK

 C value IS 0.03

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D44FDB (or 0xD44FDB) is known color: Free Speech Magenta. HEX triplet: D4, 4F and DB. RGB value is (212,79,219). Sum of RGB (Red+Green+Blue) = 212+79+219=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 79 (31.25% from 255 or 15.49% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #D44FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44FDB is #2BB024. Grayscale: #868686. Windows color (decimal): -2863141 or 14372820. OLE color: 14372820.

HSL color Cylindrical-coordinate representation of color #D44FDB: hue angle of 297º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44FDB is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 79 219 -
CMYK 0.03 0.64 0 0.14
HSL 297º 0.66% 0.58% -
HSV(B) 297º 0.64% 0.86% -
XYZ 42.73 24.7 69.53 -
YUV 134.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 212 79 219 0.03 0.64 0 0.14 297 0.66 0.58
Hex D4 4F DB 3 40 0 E 129 42 3A
Octal 324 117 333 3 100 0 16 451 102 72
Binary 11010100 1001111 11011011 11 1000000 0 1110 100101001 1000010 111010

Color Harmonies of #D44FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44FDB

Black with #D44FDB

Text Example


Text Example

White with #D44FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44FDB; }

 p { color: rgb(212,79,219); }

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

background-color css

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

 a { background-color: rgb(212,79,219); }

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

border-color css

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

 span { border-color: rgb(212,79,219); }

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