Html Css Color HEX #D651D3 Free Speech Magenta

📋 copy color: '#D651D3'

red 214 ◦ green 81 ◦ blue 211

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

Shades of Free Speech Magenta #D651D3

Tints of Free Speech Magenta #D651D3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.01%

 BLUE value IS 211 (82.81% from 255) = 41.7%

R = 42.29%
G = 16.01%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D651D3 (or 0xD651D3) is known color: Free Speech Magenta. HEX triplet: D6, 51 and D3. RGB value is (214,81,211). Sum of RGB (Red+Green+Blue) = 214+81+211=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 81 (32.03% from 255 or 16.01% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D651D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D651D3 is #29AE2C. Grayscale: #878787. Windows color (decimal): -2731565 or 13849046. OLE color: 13849046.

HSL color Cylindrical-coordinate representation of color #D651D3: hue angle of 301.35º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D651D3 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 211 -
CMYK 0 0.62 0.01 0.16
HSL 301.35º 0.62% 0.58% -
HSV(B) 301.35º 0.62% 0.84% -
XYZ 42.43 24.88 64.19 -
YUV 135.59 170.56 183.93 -
System Red Green Blue C M Y K H S L
Decimal 214 81 211 0 0.62 0.01 0.16 301.35 0.62 0.58
Hex D6 51 D3 0 3E 1 10 12D 3E 3A
Octal 326 121 323 0 76 1 20 455 76 72
Binary 11010110 1010001 11010011 0 111110 1 10000 100101101 111110 111010

Color Harmonies of #D651D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D651D3

Black with #D651D3

Text Example


Text Example

White with #D651D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D651D3; }

 p { color: rgb(214,81,211); }

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

background-color css

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

 a { background-color: rgb(214,81,211); }

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

border-color css

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

 span { border-color: rgb(214,81,211); }

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