Html Css Color HEX #DD1EEB Psychedelic Purple

📋 copy color: '#DD1EEB'

red 221 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #DD1EEB

Tints of Psychedelic Purple #DD1EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.17%

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 45.47%
G = 6.17%
B = 48.35%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD1EEB (or 0xDD1EEB) is known color: Psychedelic Purple. HEX triplet: DD, 1E and EB. RGB value is (221,30,235). Sum of RGB (Red+Green+Blue) = 221+30+235=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 30 (12.11% from 255 or 6.17% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD1EEB is #22E114. Grayscale: #6D6D6D. Windows color (decimal): -2285845 or 15408861. OLE color: 15408861.

HSL color Cylindrical-coordinate representation of color #DD1EEB: hue angle of 295.9º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1EEB is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 30 235 -
CMYK 0.06 0.87 0 0.08
HSL 295.9º 0.84% 0.52% -
HSV(B) 295.9º 0.87% 0.92% -
XYZ 45.28 22.3 80.51 -
YUV 110.48 198.28 206.83 -
System Red Green Blue C M Y K H S L
Decimal 221 30 235 0.06 0.87 0 0.08 295.9 0.84 0.52
Hex DD 1E EB 6 57 0 8 128 54 34
Octal 335 36 353 6 127 0 10 450 124 64
Binary 11011101 11110 11101011 110 1010111 0 1000 100101000 1010100 110100

Color Harmonies of #DD1EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1EEB

Black with #DD1EEB

Text Example


Text Example

White with #DD1EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1EEB; }

 p { color: rgb(221,30,235); }

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

background-color css

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

 a { background-color: rgb(221,30,235); }

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

border-color css

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

 span { border-color: rgb(221,30,235); }

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