Html Css Color HEX #D963C2 Free Speech Magenta

📋 copy color: '#D963C2'

red 217 ◦ green 99 ◦ blue 194

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

Shades of Free Speech Magenta #D963C2

Tints of Free Speech Magenta #D963C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 42.55%
G = 19.41%
B = 38.04%

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

#D963C2 (or 0xD963C2) is known color: Free Speech Magenta. HEX triplet: D9, 63 and C2. RGB value is (217,99,194). Sum of RGB (Red+Green+Blue) = 217+99+194=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D963C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963C2 is #269C3D. Grayscale: #909090. Windows color (decimal): -2530366 or 12739545. OLE color: 12739545.

HSL color Cylindrical-coordinate representation of color #D963C2: hue angle of 311.69º 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 #D963C2 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 99 194 -
CMYK 0 0.54 0.11 0.15
HSL 311.69º 0.61% 0.62% -
HSV(B) 311.69º 0.54% 0.85% -
XYZ 42.81 27.57 54.1 -
YUV 145.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 217 99 194 0 0.54 0.11 0.15 311.69 0.61 0.62
Hex D9 63 C2 0 36 B F 138 3D 3E
Octal 331 143 302 0 66 13 17 470 75 76
Binary 11011001 1100011 11000010 0 110110 1011 1111 100111000 111101 111110

Color Harmonies of #D963C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D963C2

Black with #D963C2

Text Example


Text Example

White with #D963C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D963C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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