Html Css Color HEX #D961D4 Free Speech Magenta

📋 copy color: '#D961D4'

red 217 ◦ green 97 ◦ blue 212

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

Shades of Free Speech Magenta #D961D4

Tints of Free Speech Magenta #D961D4

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.44%

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

R = 41.25%
G = 18.44%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D961D4 (or 0xD961D4) is known color: Free Speech Magenta. HEX triplet: D9, 61 and D4. RGB value is (217,97,212). Sum of RGB (Red+Green+Blue) = 217+97+212=526 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.25% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 217 - color contains mainly: red. Hex color #D961D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D961D4 is #269E2B. Grayscale: #919191. Windows color (decimal): -2530860 or 13918681. OLE color: 13918681.

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

Color convert

RGB 217 97 212 -
CMYK 0 0.55 0.02 0.15
HSL 302.5º 0.61% 0.62% -
HSV(B) 302.5º 0.55% 0.85% -
XYZ 44.77 28.05 65.34 -
YUV 145.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 217 97 212 0 0.55 0.02 0.15 302.5 0.61 0.62
Hex D9 61 D4 0 37 2 F 12E 3D 3E
Octal 331 141 324 0 67 2 17 456 75 76
Binary 11011001 1100001 11010100 0 110111 10 1111 100101110 111101 111110

Color Harmonies of #D961D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D961D4

Black with #D961D4

Text Example


Text Example

White with #D961D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D961D4; }

 p { color: rgb(217,97,212); }

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

background-color css

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

 a { background-color: rgb(217,97,212); }

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

border-color css

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

 span { border-color: rgb(217,97,212); }

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