Html Css Color HEX #D947DA Free Speech Magenta

📋 copy color: '#D947DA'

red 217 ◦ green 71 ◦ blue 218

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

Shades of Free Speech Magenta #D947DA

Tints of Free Speech Magenta #D947DA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.03%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 42.89%
G = 14.03%
B = 43.08%

CMYK

 C value IS 0.00

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D947DA (or 0xD947DA) is known color: Free Speech Magenta. HEX triplet: D9, 47 and DA. RGB value is (217,71,218). Sum of RGB (Red+Green+Blue) = 217+71+218=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 71 (28.12% from 255 or 14.03% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #D947DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D947DA is #26B825. Grayscale: #828282. Windows color (decimal): -2537510 or 14305241. OLE color: 14305241.

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

Color convert

RGB 217 71 218 -
CMYK 0.00 0.67 0 0.15
HSL 299.59º 0.67% 0.57% -
HSV(B) 299.59º 0.67% 0.85% -
XYZ 43.52 24.32 68.73 -
YUV 131.41 176.87 189.05 -
System Red Green Blue C M Y K H S L
Decimal 217 71 218 0.00 0.67 0 0.15 299.59 0.67 0.57
Hex D9 47 DA 0 43 0 F 12C 43 39
Octal 331 107 332 0 103 0 17 454 103 71
Binary 11011001 1000111 11011010 0 1000011 0 1111 100101100 1000011 111001

Color Harmonies of #D947DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947DA

Black with #D947DA

Text Example


Text Example

White with #D947DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947DA; }

 p { color: rgb(217,71,218); }

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

background-color css

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

 a { background-color: rgb(217,71,218); }

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

border-color css

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

 span { border-color: rgb(217,71,218); }

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