Html Css Color HEX #D149D4 Free Speech Magenta

📋 copy color: '#D149D4'

red 209 ◦ green 73 ◦ blue 212

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

Shades of Free Speech Magenta #D149D4

Tints of Free Speech Magenta #D149D4

RGB

 RED value IS 209 (82.03% from 255) = 42.31%

 GREEN value IS 73 (28.91% from 255) = 14.78%

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

R = 42.31%
G = 14.78%
B = 42.91%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D149D4 (or 0xD149D4) is known color: Free Speech Magenta. HEX triplet: D1, 49 and D4. RGB value is (209,73,212). Sum of RGB (Red+Green+Blue) = 209+73+212=494 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.31% from 494); Green value is 73 (28.91% from 255 or 14.78% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #D149D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D149D4 is #2EB62B. Grayscale: #818181. Windows color (decimal): -3061292 or 13912529. OLE color: 13912529.

HSL color Cylindrical-coordinate representation of color #D149D4: hue angle of 298.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D149D4 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 73 212 -
CMYK 0.01 0.66 0 0.17
HSL 298.71º 0.62% 0.56% -
HSV(B) 298.71º 0.66% 0.83% -
XYZ 40.56 23.07 64.6 -
YUV 129.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 209 73 212 0.01 0.66 0 0.17 298.71 0.62 0.56
Hex D1 49 D4 1 42 0 11 12B 3E 38
Octal 321 111 324 1 102 0 21 453 76 70
Binary 11010001 1001001 11010100 1 1000010 0 10001 100101011 111110 111000

Color Harmonies of #D149D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149D4

Black with #D149D4

Text Example


Text Example

White with #D149D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149D4; }

 p { color: rgb(209,73,212); }

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

background-color css

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

 a { background-color: rgb(209,73,212); }

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

border-color css

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

 span { border-color: rgb(209,73,212); }

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