Html Css Color HEX #D437DD Free Speech Magenta

📋 copy color: '#D437DD'

red 212 ◦ green 55 ◦ blue 221

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

Shades of Free Speech Magenta #D437DD

Tints of Free Speech Magenta #D437DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.29%

R = 43.44%
G = 11.27%
B = 45.29%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D437DD (or 0xD437DD) is known color: Free Speech Magenta. HEX triplet: D4, 37 and DD. RGB value is (212,55,221). Sum of RGB (Red+Green+Blue) = 212+55+221=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 55 (21.88% from 255 or 11.27% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #D437DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D437DD is #2BC822. Grayscale: #787878. Windows color (decimal): -2869283 or 14497748. OLE color: 14497748.

HSL color Cylindrical-coordinate representation of color #D437DD: hue angle of 296.75º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D437DD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 55 221 -
CMYK 0.04 0.75 0 0.13
HSL 296.75º 0.71% 0.54% -
HSV(B) 296.75º 0.75% 0.87% -
XYZ 41.57 21.95 70.45 -
YUV 120.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 212 55 221 0.04 0.75 0 0.13 296.75 0.71 0.54
Hex D4 37 DD 4 4B 0 D 129 47 36
Octal 324 67 335 4 113 0 15 451 107 66
Binary 11010100 110111 11011101 100 1001011 0 1101 100101001 1000111 110110

Color Harmonies of #D437DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437DD

Black with #D437DD

Text Example


Text Example

White with #D437DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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