Html Css Color HEX #D653CC Free Speech Magenta

📋 copy color: '#D653CC'

red 214 ◦ green 83 ◦ blue 204

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

Shades of Free Speech Magenta #D653CC

Tints of Free Speech Magenta #D653CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 42.71%
G = 16.57%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D653CC (or 0xD653CC) is known color: Free Speech Magenta. HEX triplet: D6, 53 and CC. RGB value is (214,83,204). Sum of RGB (Red+Green+Blue) = 214+83+204=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 83 (32.81% from 255 or 16.57% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D653CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D653CC is #29AC33. Grayscale: #878787. Windows color (decimal): -2731060 or 13390806. OLE color: 13390806.

HSL color Cylindrical-coordinate representation of color #D653CC: hue angle of 304.58º 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 #D653CC is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 204 -
CMYK 0 0.61 0.05 0.16
HSL 304.58º 0.62% 0.58% -
HSV(B) 304.58º 0.61% 0.84% -
XYZ 41.72 24.84 59.72 -
YUV 135.96 166.4 183.66 -
System Red Green Blue C M Y K H S L
Decimal 214 83 204 0 0.61 0.05 0.16 304.58 0.62 0.58
Hex D6 53 CC 0 3D 5 10 131 3E 3A
Octal 326 123 314 0 75 5 20 461 76 72
Binary 11010110 1010011 11001100 0 111101 101 10000 100110001 111110 111010

Color Harmonies of #D653CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D653CC

Black with #D653CC

Text Example


Text Example

White with #D653CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D653CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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