Html Css Color HEX #D43ADB Free Speech Magenta

📋 copy color: '#D43ADB'

red 212 ◦ green 58 ◦ blue 219

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

Shades of Free Speech Magenta #D43ADB

Tints of Free Speech Magenta #D43ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.86%

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

R = 43.35%
G = 11.86%
B = 44.79%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D43ADB (or 0xD43ADB) is known color: Free Speech Magenta. HEX triplet: D4, 3A and DB. RGB value is (212,58,219). Sum of RGB (Red+Green+Blue) = 212+58+219=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #D43ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D43ADB is #2BC524. Grayscale: #797979. Windows color (decimal): -2868517 or 14367444. OLE color: 14367444.

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

Color convert

RGB 212 58 219 -
CMYK 0.03 0.74 0 0.14
HSL 297.39º 0.69% 0.54% -
HSV(B) 297.39º 0.74% 0.86% -
XYZ 41.45 22.14 69.11 -
YUV 122.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 212 58 219 0.03 0.74 0 0.14 297.39 0.69 0.54
Hex D4 3A DB 3 4A 0 E 129 45 36
Octal 324 72 333 3 112 0 16 451 105 66
Binary 11010100 111010 11011011 11 1001010 0 1110 100101001 1000101 110110

Color Harmonies of #D43ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43ADB

Black with #D43ADB

Text Example


Text Example

White with #D43ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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