Html Css Color HEX #D653DD Free Speech Magenta

📋 copy color: '#D653DD'

red 214 ◦ green 83 ◦ blue 221

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

Shades of Free Speech Magenta #D653DD

Tints of Free Speech Magenta #D653DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.02%

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 41.31%
G = 16.02%
B = 42.66%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D653DD (or 0xD653DD) is known color: Free Speech Magenta. HEX triplet: D6, 53 and DD. RGB value is (214,83,221). Sum of RGB (Red+Green+Blue) = 214+83+221=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 83 (32.81% from 255 or 16.02% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #D653DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653DD is #29AC22. Grayscale: #898989. Windows color (decimal): -2731043 or 14504918. OLE color: 14504918.

HSL color Cylindrical-coordinate representation of color #D653DD: hue angle of 296.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D653DD is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 83 221 -
CMYK 0.03 0.62 0 0.13
HSL 296.96º 0.67% 0.6% -
HSV(B) 296.96º 0.62% 0.87% -
XYZ 43.88 25.7 71.06 -
YUV 137.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 214 83 221 0.03 0.62 0 0.13 296.96 0.67 0.6
Hex D6 53 DD 3 3E 0 D 129 43 3C
Octal 326 123 335 3 76 0 15 451 103 74
Binary 11010110 1010011 11011101 11 111110 0 1101 100101001 1000011 111100

Color Harmonies of #D653DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653DD

Black with #D653DD

Text Example


Text Example

White with #D653DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653DD; }

 p { color: rgb(214,83,221); }

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

background-color css

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

 a { background-color: rgb(214,83,221); }

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

border-color css

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

 span { border-color: rgb(214,83,221); }

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