Html Css Color HEX #D963C1 Free Speech Magenta

📋 copy color: '#D963C1'

red 217 ◦ green 99 ◦ blue 193

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

Shades of Free Speech Magenta #D963C1

Tints of Free Speech Magenta #D963C1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.45%

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 42.63%
G = 19.45%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D963C1 (or 0xD963C1) is known color: Free Speech Magenta. HEX triplet: D9, 63 and C1. RGB value is (217,99,193). Sum of RGB (Red+Green+Blue) = 217+99+193=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 99 (39.06% from 255 or 19.45% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D963C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963C1 is #269C3E. Grayscale: #909090. Windows color (decimal): -2530367 or 12674009. OLE color: 12674009.

HSL color Cylindrical-coordinate representation of color #D963C1: hue angle of 312.2º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963C1 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 193 -
CMYK 0 0.54 0.11 0.15
HSL 312.2º 0.61% 0.62% -
HSV(B) 312.2º 0.54% 0.85% -
XYZ 42.7 27.53 53.51 -
YUV 145 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 217 99 193 0 0.54 0.11 0.15 312.2 0.61 0.62
Hex D9 63 C1 0 36 B F 138 3D 3E
Octal 331 143 301 0 66 13 17 470 75 76
Binary 11011001 1100011 11000001 0 110110 1011 1111 100111000 111101 111110

Color Harmonies of #D963C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963C1

Black with #D963C1

Text Example


Text Example

White with #D963C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963C1; }

 p { color: rgb(217,99,193); }

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

background-color css

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

 a { background-color: rgb(217,99,193); }

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

border-color css

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

 span { border-color: rgb(217,99,193); }

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