Html Css Color HEX #D44BDB Free Speech Magenta

📋 copy color: '#D44BDB'

red 212 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Magenta #D44BDB

Tints of Free Speech Magenta #D44BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.82%

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

R = 41.9%
G = 14.82%
B = 43.28%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D44BDB (or 0xD44BDB) is known color: Free Speech Magenta. HEX triplet: D4, 4B and DB. RGB value is (212,75,219). Sum of RGB (Red+Green+Blue) = 212+75+219=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 75 (29.69% from 255 or 14.82% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #D44BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D44BDB is #2BB424. Grayscale: #838383. Windows color (decimal): -2864165 or 14371796. OLE color: 14371796.

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

Color convert

RGB 212 75 219 -
CMYK 0.03 0.66 0 0.14
HSL 297.08º 0.67% 0.58% -
HSV(B) 297.08º 0.66% 0.86% -
XYZ 42.45 24.14 69.44 -
YUV 132.38 176.89 184.79 -
System Red Green Blue C M Y K H S L
Decimal 212 75 219 0.03 0.66 0 0.14 297.08 0.67 0.58
Hex D4 4B DB 3 42 0 E 129 43 3A
Octal 324 113 333 3 102 0 16 451 103 72
Binary 11010100 1001011 11011011 11 1000010 0 1110 100101001 1000011 111010

Color Harmonies of #D44BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D44BDB

Black with #D44BDB

Text Example


Text Example

White with #D44BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D44BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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