Html Css Color HEX #D948DD Free Speech Magenta

📋 copy color: '#D948DD'

red 217 ◦ green 72 ◦ blue 221

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

Shades of Free Speech Magenta #D948DD

Tints of Free Speech Magenta #D948DD

RGB

 RED value IS 217 (85.16% from 255) = 42.55%

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

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

R = 42.55%
G = 14.12%
B = 43.33%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D948DD (or 0xD948DD) is known color: Free Speech Magenta. HEX triplet: D9, 48 and DD. RGB value is (217,72,221). Sum of RGB (Red+Green+Blue) = 217+72+221=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #D948DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948DD is #26B722. Grayscale: #838383. Windows color (decimal): -2537251 or 14502105. OLE color: 14502105.

HSL color Cylindrical-coordinate representation of color #D948DD: hue angle of 298.39º 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 #D948DD is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 72 221 -
CMYK 0.02 0.67 0 0.13
HSL 298.39º 0.69% 0.57% -
HSV(B) 298.39º 0.67% 0.87% -
XYZ 43.98 24.61 70.84 -
YUV 132.34 178.04 188.38 -
System Red Green Blue C M Y K H S L
Decimal 217 72 221 0.02 0.67 0 0.13 298.39 0.69 0.57
Hex D9 48 DD 2 43 0 D 12A 45 39
Octal 331 110 335 2 103 0 15 452 105 71
Binary 11011001 1001000 11011101 10 1000011 0 1101 100101010 1000101 111001

Color Harmonies of #D948DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948DD

Black with #D948DD

Text Example


Text Example

White with #D948DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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