Html Css Color HEX #D438DD Free Speech Magenta

📋 copy color: '#D438DD'

red 212 ◦ green 56 ◦ blue 221

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

Shades of Free Speech Magenta #D438DD

Tints of Free Speech Magenta #D438DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.45%

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

R = 43.35%
G = 11.45%
B = 45.19%

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

#D438DD (or 0xD438DD) is known color: Free Speech Magenta. HEX triplet: D4, 38 and DD. RGB value is (212,56,221). Sum of RGB (Red+Green+Blue) = 212+56+221=489 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.35% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #D438DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D438DD is #2BC722. Grayscale: #787878. Windows color (decimal): -2869027 or 14498004. OLE color: 14498004.

HSL color Cylindrical-coordinate representation of color #D438DD: hue angle of 296.73º 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 #D438DD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 56 221 -
CMYK 0.04 0.75 0 0.13
HSL 296.73º 0.71% 0.54% -
HSV(B) 296.73º 0.75% 0.87% -
XYZ 41.62 22.05 70.47 -
YUV 121.45 184.18 192.58 -
System Red Green Blue C M Y K H S L
Decimal 212 56 221 0.04 0.75 0 0.13 296.73 0.71 0.54
Hex D4 38 DD 4 4B 0 D 129 47 36
Octal 324 70 335 4 113 0 15 451 107 66
Binary 11010100 111000 11011101 100 1001011 0 1101 100101001 1000111 110110

Color Harmonies of #D438DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D438DD

Black with #D438DD

Text Example


Text Example

White with #D438DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D438DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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