Html Css Color HEX #D443DB Free Speech Magenta

📋 copy color: '#D443DB'

red 212 ◦ green 67 ◦ blue 219

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

Shades of Free Speech Magenta #D443DB

Tints of Free Speech Magenta #D443DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.45%

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

R = 42.57%
G = 13.45%
B = 43.98%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D443DB (or 0xD443DB) is known color: Free Speech Magenta. HEX triplet: D4, 43 and DB. RGB value is (212,67,219). Sum of RGB (Red+Green+Blue) = 212+67+219=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #D443DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D443DB is #2BBC24. Grayscale: #7F7F7F. Windows color (decimal): -2866213 or 14369748. OLE color: 14369748.

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

Color convert

RGB 212 67 219 -
CMYK 0.03 0.69 0 0.14
HSL 297.24º 0.68% 0.56% -
HSV(B) 297.24º 0.69% 0.86% -
XYZ 41.94 23.13 69.27 -
YUV 127.68 179.54 188.14 -
System Red Green Blue C M Y K H S L
Decimal 212 67 219 0.03 0.69 0 0.14 297.24 0.68 0.56
Hex D4 43 DB 3 45 0 E 129 44 38
Octal 324 103 333 3 105 0 16 451 104 70
Binary 11010100 1000011 11011011 11 1000101 0 1110 100101001 1000100 111000

Color Harmonies of #D443DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D443DB

Black with #D443DB

Text Example


Text Example

White with #D443DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D443DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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