Html Css Color HEX #D948D3 Free Speech Magenta

📋 copy color: '#D948D3'

red 217 ◦ green 72 ◦ blue 211

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

Shades of Free Speech Magenta #D948D3

Tints of Free Speech Magenta #D948D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 43.4%
G = 14.4%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D948D3 (or 0xD948D3) is known color: Free Speech Magenta. HEX triplet: D9, 48 and D3. RGB value is (217,72,211). Sum of RGB (Red+Green+Blue) = 217+72+211=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 72 (28.52% from 255 or 14.4% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D948D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948D3 is #26B72C. Grayscale: #828282. Windows color (decimal): -2537261 or 13846745. OLE color: 13846745.

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

Color convert

RGB 217 72 211 -
CMYK 0 0.67 0.03 0.15
HSL 302.48º 0.66% 0.57% -
HSV(B) 302.48º 0.67% 0.85% -
XYZ 42.69 24.09 64.03 -
YUV 131.2 173.04 189.2 -
System Red Green Blue C M Y K H S L
Decimal 217 72 211 0 0.67 0.03 0.15 302.48 0.66 0.57
Hex D9 48 D3 0 43 3 F 12E 42 39
Octal 331 110 323 0 103 3 17 456 102 71
Binary 11011001 1001000 11010011 0 1000011 11 1111 100101110 1000010 111001

Color Harmonies of #D948D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948D3

Black with #D948D3

Text Example


Text Example

White with #D948D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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