Html Css Color HEX #D738DD Free Speech Magenta

📋 copy color: '#D738DD'

red 215 ◦ green 56 ◦ blue 221

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

Shades of Free Speech Magenta #D738DD

Tints of Free Speech Magenta #D738DD

RGB

 RED value IS 215 (84.38% from 255) = 43.7%

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

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

R = 43.7%
G = 11.38%
B = 44.92%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D738DD (or 0xD738DD) is known color: Free Speech Magenta. HEX triplet: D7, 38 and DD. RGB value is (215,56,221). Sum of RGB (Red+Green+Blue) = 215+56+221=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #D738DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D738DD is #28C722. Grayscale: #797979. Windows color (decimal): -2672419 or 14498007. OLE color: 14498007.

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

Color convert

RGB 215 56 221 -
CMYK 0.03 0.75 0 0.13
HSL 297.82º 0.71% 0.54% -
HSV(B) 297.82º 0.75% 0.87% -
XYZ 42.49 22.5 70.51 -
YUV 122.35 183.68 194.08 -
System Red Green Blue C M Y K H S L
Decimal 215 56 221 0.03 0.75 0 0.13 297.82 0.71 0.54
Hex D7 38 DD 3 4B 0 D 12A 47 36
Octal 327 70 335 3 113 0 15 452 107 66
Binary 11010111 111000 11011101 11 1001011 0 1101 100101010 1000111 110110

Color Harmonies of #D738DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D738DD

Black with #D738DD

Text Example


Text Example

White with #D738DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D738DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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