Html Css Color HEX #DD4CEE Free Speech Magenta

📋 copy color: '#DD4CEE'

red 221 ◦ green 76 ◦ blue 238

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

Shades of Free Speech Magenta #DD4CEE

Tints of Free Speech Magenta #DD4CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.21%

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 41.31%
G = 14.21%
B = 44.49%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD4CEE (or 0xDD4CEE) is known color: Free Speech Magenta. HEX triplet: DD, 4C and EE. RGB value is (221,76,238). Sum of RGB (Red+Green+Blue) = 221+76+238=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 76 (30.08% from 255 or 14.21% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD4CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4CEE is #22B311. Grayscale: #898989. Windows color (decimal): -2274066 or 15617245. OLE color: 15617245.

HSL color Cylindrical-coordinate representation of color #DD4CEE: hue angle of 293.7º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4CEE is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 76 238 -
CMYK 0.07 0.68 0 0.07
HSL 293.7º 0.83% 0.62% -
HSV(B) 293.7º 0.68% 0.93% -
XYZ 47.84 26.71 83.52 -
YUV 137.82 184.54 187.33 -
System Red Green Blue C M Y K H S L
Decimal 221 76 238 0.07 0.68 0 0.07 293.7 0.83 0.62
Hex DD 4C EE 7 44 0 7 126 53 3E
Octal 335 114 356 7 104 0 7 446 123 76
Binary 11011101 1001100 11101110 111 1000100 0 111 100100110 1010011 111110

Color Harmonies of #DD4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CEE

Black with #DD4CEE

Text Example


Text Example

White with #DD4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CEE; }

 p { color: rgb(221,76,238); }

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

background-color css

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

 a { background-color: rgb(221,76,238); }

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

border-color css

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

 span { border-color: rgb(221,76,238); }

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