Html Css Color HEX #D653C7 Free Speech Magenta

📋 copy color: '#D653C7'

red 214 ◦ green 83 ◦ blue 199

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

Shades of Free Speech Magenta #D653C7

Tints of Free Speech Magenta #D653C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 43.15%
G = 16.73%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D653C7 (or 0xD653C7) is known color: Free Speech Magenta. HEX triplet: D6, 53 and C7. RGB value is (214,83,199). Sum of RGB (Red+Green+Blue) = 214+83+199=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 83 (32.81% from 255 or 16.73% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D653C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653C7 is #29AC38. Grayscale: #878787. Windows color (decimal): -2731065 or 13063126. OLE color: 13063126.

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

Color convert

RGB 214 83 199 -
CMYK 0 0.61 0.07 0.16
HSL 306.87º 0.62% 0.58% -
HSV(B) 306.87º 0.61% 0.84% -
XYZ 41.13 24.61 56.61 -
YUV 135.39 163.9 184.07 -
System Red Green Blue C M Y K H S L
Decimal 214 83 199 0 0.61 0.07 0.16 306.87 0.62 0.58
Hex D6 53 C7 0 3D 7 10 133 3E 3A
Octal 326 123 307 0 75 7 20 463 76 72
Binary 11010110 1010011 11000111 0 111101 111 10000 100110011 111110 111010

Color Harmonies of #D653C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653C7

Black with #D653C7

Text Example


Text Example

White with #D653C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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