Html Css Color HEX #DD10ED Psychedelic Purple

📋 copy color: '#DD10ED'

red 221 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #DD10ED

Tints of Psychedelic Purple #DD10ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.38%

 BLUE value IS 237 (92.97% from 255) = 50%

R = 46.62%
G = 3.38%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD10ED (or 0xDD10ED) is known color: Psychedelic Purple. HEX triplet: DD, 10 and ED. RGB value is (221,16,237). Sum of RGB (Red+Green+Blue) = 221+16+237=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD10ED is #22EF12. Grayscale: #656565. Windows color (decimal): -2289427 or 15536349. OLE color: 15536349.

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

Color convert

RGB 221 16 237 -
CMYK 0.07 0.93 0 0.07
HSL 295.66º 0.87% 0.5% -
HSV(B) 295.66º 0.93% 0.93% -
XYZ 45.29 21.86 81.95 -
YUV 102.49 203.92 212.53 -
System Red Green Blue C M Y K H S L
Decimal 221 16 237 0.07 0.93 0 0.07 295.66 0.87 0.5
Hex DD 10 ED 7 5D 0 7 128 57 32
Octal 335 20 355 7 135 0 7 450 127 62
Binary 11011101 10000 11101101 111 1011101 0 111 100101000 1010111 110010

Color Harmonies of #DD10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD10ED

Black with #DD10ED

Text Example


Text Example

White with #DD10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD10ED; }

 p { color: rgb(221,16,237); }

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

background-color css

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

 a { background-color: rgb(221,16,237); }

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

border-color css

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

 span { border-color: rgb(221,16,237); }

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