Html Css Color HEX #D44DDB Free Speech Magenta

📋 copy color: '#D44DDB'

red 212 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Magenta #D44DDB

Tints of Free Speech Magenta #D44DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.16%

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

R = 41.73%
G = 15.16%
B = 43.11%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D44DDB (or 0xD44DDB) is known color: Free Speech Magenta. HEX triplet: D4, 4D and DB. RGB value is (212,77,219). Sum of RGB (Red+Green+Blue) = 212+77+219=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #D44DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D44DDB is #2BB224. Grayscale: #858585. Windows color (decimal): -2863653 or 14372308. OLE color: 14372308.

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

Color convert

RGB 212 77 219 -
CMYK 0.03 0.65 0 0.14
HSL 297.04º 0.66% 0.58% -
HSV(B) 297.04º 0.65% 0.86% -
XYZ 42.59 24.42 69.49 -
YUV 133.55 176.23 183.95 -
System Red Green Blue C M Y K H S L
Decimal 212 77 219 0.03 0.65 0 0.14 297.04 0.66 0.58
Hex D4 4D DB 3 41 0 E 129 42 3A
Octal 324 115 333 3 101 0 16 451 102 72
Binary 11010100 1001101 11011011 11 1000001 0 1110 100101001 1000010 111010

Color Harmonies of #D44DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44DDB

Black with #D44DDB

Text Example


Text Example

White with #D44DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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