Html Css Color HEX #DD53CA Free Speech Magenta

📋 copy color: '#DD53CA'

red 221 ◦ green 83 ◦ blue 202

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

Shades of Free Speech Magenta #DD53CA

Tints of Free Speech Magenta #DD53CA

RGB

 RED value IS 221 (86.72% from 255) = 43.68%

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

 BLUE value IS 202 (79.3% from 255) = 39.92%

R = 43.68%
G = 16.4%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD53CA (or 0xDD53CA) is known color: Free Speech Magenta. HEX triplet: DD, 53 and CA. RGB value is (221,83,202). Sum of RGB (Red+Green+Blue) = 221+83+202=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 83 (32.81% from 255 or 16.40% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD53CA is #22AC35. Grayscale: #898989. Windows color (decimal): -2272310 or 13259741. OLE color: 13259741.

HSL color Cylindrical-coordinate representation of color #DD53CA: hue angle of 308.26º 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 #DD53CA is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 202 -
CMYK 0 0.62 0.09 0.13
HSL 308.26º 0.67% 0.6% -
HSV(B) 308.26º 0.62% 0.87% -
XYZ 43.57 25.82 58.56 -
YUV 137.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 221 83 202 0 0.62 0.09 0.13 308.26 0.67 0.6
Hex DD 53 CA 0 3E 9 D 134 43 3C
Octal 335 123 312 0 76 11 15 464 103 74
Binary 11011101 1010011 11001010 0 111110 1001 1101 100110100 1000011 111100

Color Harmonies of #DD53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD53CA

Black with #DD53CA

Text Example


Text Example

White with #DD53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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