Html Css Color HEX #D638DF Free Speech Magenta

📋 copy color: '#D638DF'

red 214 ◦ green 56 ◦ blue 223

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

Shades of Free Speech Magenta #D638DF

Tints of Free Speech Magenta #D638DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 43.41%
G = 11.36%
B = 45.23%

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

#D638DF (or 0xD638DF) is known color: Free Speech Magenta. HEX triplet: D6, 38 and DF. RGB value is (214,56,223). Sum of RGB (Red+Green+Blue) = 214+56+223=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #D638DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D638DF is #29C720. Grayscale: #797979. Windows color (decimal): -2737953 or 14629078. OLE color: 14629078.

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

Color convert

RGB 214 56 223 -
CMYK 0.04 0.75 0 0.13
HSL 296.77º 0.72% 0.55% -
HSV(B) 296.77º 0.75% 0.87% -
XYZ 42.47 22.45 71.91 -
YUV 122.28 184.85 193.42 -
System Red Green Blue C M Y K H S L
Decimal 214 56 223 0.04 0.75 0 0.13 296.77 0.72 0.55
Hex D6 38 DF 4 4B 0 D 129 48 37
Octal 326 70 337 4 113 0 15 451 110 67
Binary 11010110 111000 11011111 100 1001011 0 1101 100101001 1001000 110111

Color Harmonies of #D638DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D638DF

Black with #D638DF

Text Example


Text Example

White with #D638DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D638DF; }

 p { color: rgb(214,56,223); }

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

background-color css

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

 a { background-color: rgb(214,56,223); }

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

border-color css

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

 span { border-color: rgb(214,56,223); }

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