Html Css Color HEX #D748DD Free Speech Magenta

📋 copy color: '#D748DD'

red 215 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #D748DD

Tints of Free Speech Magenta #D748DD

RGB

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

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

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

R = 42.32%
G = 14.17%
B = 43.5%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D748DD (or 0xD748DD) is known color: Free Speech Magenta. HEX triplet: D7, 48 and DD. RGB value is (215,72,221). Sum of RGB (Red+Green+Blue) = 215+72+221=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #D748DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748DD is #28B722. Grayscale: #838383. Windows color (decimal): -2668323 or 14502103. OLE color: 14502103.

HSL color Cylindrical-coordinate representation of color #D748DD: hue angle of 297.58º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D748DD is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 215 72 221 -
CMYK 0.03 0.67 0 0.13
HSL 297.58º 0.69% 0.57% -
HSV(B) 297.58º 0.67% 0.87% -
XYZ 43.39 24.3 70.81 -
YUV 131.74 178.38 187.38 -
System Red Green Blue C M Y K H S L
Decimal 215 72 221 0.03 0.67 0 0.13 297.58 0.69 0.57
Hex D7 48 DD 3 43 0 D 12A 45 39
Octal 327 110 335 3 103 0 15 452 105 71
Binary 11010111 1001000 11011101 11 1000011 0 1101 100101010 1000101 111001

Color Harmonies of #D748DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748DD

Black with #D748DD

Text Example


Text Example

White with #D748DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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