Html Css Color HEX #D637E4 Free Speech Magenta

📋 copy color: '#D637E4'

red 214 ◦ green 55 ◦ blue 228

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

Shades of Free Speech Magenta #D637E4

Tints of Free Speech Magenta #D637E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 45.88%

R = 43.06%
G = 11.07%
B = 45.88%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D637E4 (or 0xD637E4) is known color: Free Speech Magenta. HEX triplet: D6, 37 and E4. RGB value is (214,55,228). Sum of RGB (Red+Green+Blue) = 214+55+228=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 55 (21.88% from 255 or 11.07% from 497); Blue value is 228 (89.45% from 255 or 45.88% from 497); Max value from RGB is 228 - color contains mainly: blue. Hex color #D637E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D637E4 is #29C81B. Grayscale: #797979. Windows color (decimal): -2738204 or 14956502. OLE color: 14956502.

HSL color Cylindrical-coordinate representation of color #D637E4: hue angle of 295.14º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D637E4 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 214 55 228 -
CMYK 0.06 0.76 0 0.11
HSL 295.14º 0.76% 0.55% -
HSV(B) 295.14º 0.76% 0.89% -
XYZ 43.1 22.63 75.5 -
YUV 122.26 187.68 193.43 -
System Red Green Blue C M Y K H S L
Decimal 214 55 228 0.06 0.76 0 0.11 295.14 0.76 0.55
Hex D6 37 E4 6 4C 0 B 127 4C 37
Octal 326 67 344 6 114 0 13 447 114 67
Binary 11010110 110111 11100100 110 1001100 0 1011 100100111 1001100 110111

Color Harmonies of #D637E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637E4

Black with #D637E4

Text Example


Text Example

White with #D637E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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