Html Css Color HEX #D948C9 Free Speech Magenta

📋 copy color: '#D948C9'

red 217 ◦ green 72 ◦ blue 201

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

Shades of Free Speech Magenta #D948C9

Tints of Free Speech Magenta #D948C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.02%

R = 44.29%
G = 14.69%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D948C9 (or 0xD948C9) is known color: Free Speech Magenta. HEX triplet: D9, 48 and C9. RGB value is (217,72,201). Sum of RGB (Red+Green+Blue) = 217+72+201=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 201 (78.91% from 255 or 41.02% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D948C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948C9 is #26B736. Grayscale: #818181. Windows color (decimal): -2537271 or 13191385. OLE color: 13191385.

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

Color convert

RGB 217 72 201 -
CMYK 0 0.67 0.07 0.15
HSL 306.62º 0.66% 0.57% -
HSV(B) 306.62º 0.67% 0.85% -
XYZ 41.48 23.6 57.63 -
YUV 130.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 217 72 201 0 0.67 0.07 0.15 306.62 0.66 0.57
Hex D9 48 C9 0 43 7 F 133 42 39
Octal 331 110 311 0 103 7 17 463 102 71
Binary 11011001 1001000 11001001 0 1000011 111 1111 100110011 1000010 111001

Color Harmonies of #D948C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948C9

Black with #D948C9

Text Example


Text Example

White with #D948C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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