Html Css Color HEX #D946CC Free Speech Magenta

📋 copy color: '#D946CC'

red 217 ◦ green 70 ◦ blue 204

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

Shades of Free Speech Magenta #D946CC

Tints of Free Speech Magenta #D946CC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.26%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 44.2%
G = 14.26%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D946CC (or 0xD946CC) is known color: Free Speech Magenta. HEX triplet: D9, 46 and CC. RGB value is (217,70,204). Sum of RGB (Red+Green+Blue) = 217+70+204=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D946CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946CC is #26B933. Grayscale: #808080. Windows color (decimal): -2537780 or 13387481. OLE color: 13387481.

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

Color convert

RGB 217 70 204 -
CMYK 0 0.68 0.06 0.15
HSL 305.31º 0.66% 0.56% -
HSV(B) 305.31º 0.68% 0.85% -
XYZ 41.7 23.49 59.46 -
YUV 129.23 170.2 190.6 -
System Red Green Blue C M Y K H S L
Decimal 217 70 204 0 0.68 0.06 0.15 305.31 0.66 0.56
Hex D9 46 CC 0 44 6 F 131 42 38
Octal 331 106 314 0 104 6 17 461 102 70
Binary 11011001 1000110 11001100 0 1000100 110 1111 100110001 1000010 111000

Color Harmonies of #D946CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946CC

Black with #D946CC

Text Example


Text Example

White with #D946CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946CC; }

 p { color: rgb(217,70,204); }

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

background-color css

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

 a { background-color: rgb(217,70,204); }

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

border-color css

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

 span { border-color: rgb(217,70,204); }

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