Html Css Color HEX #D637D8 Free Speech Magenta

📋 copy color: '#D637D8'

red 214 ◦ green 55 ◦ blue 216

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

Shades of Free Speech Magenta #D637D8

Tints of Free Speech Magenta #D637D8

RGB

 RED value IS 214 (83.98% from 255) = 44.12%

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

 BLUE value IS 216 (84.77% from 255) = 44.54%

R = 44.12%
G = 11.34%
B = 44.54%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D637D8 (or 0xD637D8) is known color: Free Speech Magenta. HEX triplet: D6, 37 and D8. RGB value is (214,55,216). Sum of RGB (Red+Green+Blue) = 214+55+216=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 216 (84.77% from 255 or 44.54% from 485); Max value from RGB is 216 - color contains mainly: blue. Hex color #D637D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637D8 is #29C827. Grayscale: #787878. Windows color (decimal): -2738216 or 14170070. OLE color: 14170070.

HSL color Cylindrical-coordinate representation of color #D637D8: hue angle of 299.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D637D8 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 55 216 -
CMYK 0.01 0.75 0 0.15
HSL 299.25º 0.67% 0.53% -
HSV(B) 299.25º 0.75% 0.85% -
XYZ 41.49 21.99 67.02 -
YUV 120.9 181.68 194.41 -
System Red Green Blue C M Y K H S L
Decimal 214 55 216 0.01 0.75 0 0.15 299.25 0.67 0.53
Hex D6 37 D8 1 4B 0 F 12B 43 35
Octal 326 67 330 1 113 0 17 453 103 65
Binary 11010110 110111 11011000 1 1001011 0 1111 100101011 1000011 110101

Color Harmonies of #D637D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637D8

Black with #D637D8

Text Example


Text Example

White with #D637D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637D8; }

 p { color: rgb(214,55,216); }

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

background-color css

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

 a { background-color: rgb(214,55,216); }

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

border-color css

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

 span { border-color: rgb(214,55,216); }

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