Html Css Color HEX #DD38CE Free Speech Magenta

📋 copy color: '#DD38CE'

red 221 ◦ green 56 ◦ blue 206

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

Shades of Free Speech Magenta #DD38CE

Tints of Free Speech Magenta #DD38CE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.59%

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 45.76%
G = 11.59%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD38CE (or 0xDD38CE) is known color: Free Speech Magenta. HEX triplet: DD, 38 and CE. RGB value is (221,56,206). Sum of RGB (Red+Green+Blue) = 221+56+206=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD38CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD38CE is #22C731. Grayscale: #7A7A7A. Windows color (decimal): -2279218 or 13514973. OLE color: 13514973.

HSL color Cylindrical-coordinate representation of color #DD38CE: hue angle of 305.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD38CE is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 206 -
CMYK 0 0.75 0.07 0.13
HSL 305.45º 0.71% 0.54% -
HSV(B) 305.45º 0.75% 0.87% -
XYZ 42.37 22.66 60.53 -
YUV 122.44 175.16 198.3 -
System Red Green Blue C M Y K H S L
Decimal 221 56 206 0 0.75 0.07 0.13 305.45 0.71 0.54
Hex DD 38 CE 0 4B 7 D 131 47 36
Octal 335 70 316 0 113 7 15 461 107 66
Binary 11011101 111000 11001110 0 1001011 111 1101 100110001 1000111 110110

Color Harmonies of #DD38CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD38CE

Black with #DD38CE

Text Example


Text Example

White with #DD38CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD38CE; }

 p { color: rgb(221,56,206); }

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

background-color css

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

 a { background-color: rgb(221,56,206); }

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

border-color css

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

 span { border-color: rgb(221,56,206); }

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