Html Css Color HEX #D437DB Free Speech Magenta

📋 copy color: '#D437DB'

red 212 ◦ green 55 ◦ blue 219

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

Shades of Free Speech Magenta #D437DB

Tints of Free Speech Magenta #D437DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.32%

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

R = 43.62%
G = 11.32%
B = 45.06%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D437DB (or 0xD437DB) is known color: Free Speech Magenta. HEX triplet: D4, 37 and DB. RGB value is (212,55,219). Sum of RGB (Red+Green+Blue) = 212+55+219=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 55 (21.88% from 255 or 11.32% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #D437DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437DB is #2BC824. Grayscale: #787878. Windows color (decimal): -2869285 or 14366676. OLE color: 14366676.

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

Color convert

RGB 212 55 219 -
CMYK 0.03 0.75 0 0.14
HSL 297.44º 0.69% 0.54% -
HSV(B) 297.44º 0.75% 0.86% -
XYZ 41.3 21.84 69.06 -
YUV 120.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 212 55 219 0.03 0.75 0 0.14 297.44 0.69 0.54
Hex D4 37 DB 3 4B 0 E 129 45 36
Octal 324 67 333 3 113 0 16 451 105 66
Binary 11010100 110111 11011011 11 1001011 0 1110 100101001 1000101 110110

Color Harmonies of #D437DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437DB

Black with #D437DB

Text Example


Text Example

White with #D437DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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