Html Css Color HEX #D748E0 Free Speech Magenta

📋 copy color: '#D748E0'

red 215 ◦ green 72 ◦ blue 224

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

Shades of Free Speech Magenta #D748E0

Tints of Free Speech Magenta #D748E0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.09%

 BLUE value IS 224 (87.89% from 255) = 43.84%

R = 42.07%
G = 14.09%
B = 43.84%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D748E0 (or 0xD748E0) is known color: Free Speech Magenta. HEX triplet: D7, 48 and E0. RGB value is (215,72,224). Sum of RGB (Red+Green+Blue) = 215+72+224=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 224 (87.89% from 255 or 43.84% from 511); Max value from RGB is 224 - color contains mainly: blue. Hex color #D748E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748E0 is #28B71F. Grayscale: #838383. Windows color (decimal): -2668320 or 14698711. OLE color: 14698711.

HSL color Cylindrical-coordinate representation of color #D748E0: hue angle of 296.45º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D748E0 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 215 72 224 -
CMYK 0.04 0.68 0 0.12
HSL 296.45º 0.71% 0.58% -
HSV(B) 296.45º 0.68% 0.88% -
XYZ 43.8 24.46 72.93 -
YUV 132.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 215 72 224 0.04 0.68 0 0.12 296.45 0.71 0.58
Hex D7 48 E0 4 44 0 C 128 47 3A
Octal 327 110 340 4 104 0 14 450 107 72
Binary 11010111 1001000 11100000 100 1000100 0 1100 100101000 1000111 111010

Color Harmonies of #D748E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748E0

Black with #D748E0

Text Example


Text Example

White with #D748E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748E0; }

 p { color: rgb(215,72,224); }

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

background-color css

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

 a { background-color: rgb(215,72,224); }

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

border-color css

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

 span { border-color: rgb(215,72,224); }

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