Html Css Color HEX #D948D4 Free Speech Magenta

📋 copy color: '#D948D4'

red 217 ◦ green 72 ◦ blue 212

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

Shades of Free Speech Magenta #D948D4

Tints of Free Speech Magenta #D948D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 42.32%

R = 43.31%
G = 14.37%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D948D4 (or 0xD948D4) is known color: Free Speech Magenta. HEX triplet: D9, 48 and D4. RGB value is (217,72,212). Sum of RGB (Red+Green+Blue) = 217+72+212=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 212 (83.20% from 255 or 42.32% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D948D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D948D4 is #26B72B. Grayscale: #828282. Windows color (decimal): -2537260 or 13912281. OLE color: 13912281.

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

Color convert

RGB 217 72 212 -
CMYK 0 0.67 0.02 0.15
HSL 302.07º 0.66% 0.57% -
HSV(B) 302.07º 0.67% 0.85% -
XYZ 42.82 24.14 64.69 -
YUV 131.32 173.54 189.12 -
System Red Green Blue C M Y K H S L
Decimal 217 72 212 0 0.67 0.02 0.15 302.07 0.66 0.57
Hex D9 48 D4 0 43 2 F 12E 42 39
Octal 331 110 324 0 103 2 17 456 102 71
Binary 11011001 1001000 11010100 0 1000011 10 1111 100101110 1000010 111001

Color Harmonies of #D948D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D948D4

Black with #D948D4

Text Example


Text Example

White with #D948D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D948D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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