Html Css Color HEX #D646CC Free Speech Magenta

📋 copy color: '#D646CC'

red 214 ◦ green 70 ◦ blue 204

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

Shades of Free Speech Magenta #D646CC

Tints of Free Speech Magenta #D646CC

RGB

 RED value IS 214 (83.98% from 255) = 43.85%

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

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

R = 43.85%
G = 14.34%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D646CC (or 0xD646CC) is known color: Free Speech Magenta. HEX triplet: D6, 46 and CC. RGB value is (214,70,204). Sum of RGB (Red+Green+Blue) = 214+70+204=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D646CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646CC is #29B933. Grayscale: #7F7F7F. Windows color (decimal): -2734388 or 13387478. OLE color: 13387478.

HSL color Cylindrical-coordinate representation of color #D646CC: hue angle of 304.17º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D646CC is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 204 -
CMYK 0 0.67 0.05 0.16
HSL 304.17º 0.64% 0.56% -
HSV(B) 304.17º 0.67% 0.84% -
XYZ 40.82 23.04 59.42 -
YUV 128.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 214 70 204 0 0.67 0.05 0.16 304.17 0.64 0.56
Hex D6 46 CC 0 43 5 10 130 40 38
Octal 326 106 314 0 103 5 20 460 100 70
Binary 11010110 1000110 11001100 0 1000011 101 10000 100110000 1000000 111000

Color Harmonies of #D646CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646CC

Black with #D646CC

Text Example


Text Example

White with #D646CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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