Html Css Color HEX #DD0BEE Psychedelic Purple

📋 copy color: '#DD0BEE'

red 221 ◦ green 11 ◦ blue 238

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

Shades of Psychedelic Purple #DD0BEE

Tints of Psychedelic Purple #DD0BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.34%

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

R = 47.02%
G = 2.34%
B = 50.64%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD0BEE (or 0xDD0BEE) is known color: Psychedelic Purple. HEX triplet: DD, 0B and EE. RGB value is (221,11,238). Sum of RGB (Red+Green+Blue) = 221+11+238=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0BEE is #22F411. Grayscale: #626262. Windows color (decimal): -2290706 or 15600605. OLE color: 15600605.

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

Color convert

RGB 221 11 238 -
CMYK 0.07 0.95 0 0.07
HSL 295.51º 0.91% 0.49% -
HSV(B) 295.51º 0.95% 0.93% -
XYZ 45.37 21.78 82.7 -
YUV 99.67 206.07 214.54 -
System Red Green Blue C M Y K H S L
Decimal 221 11 238 0.07 0.95 0 0.07 295.51 0.91 0.49
Hex DD B EE 7 5F 0 7 128 5B 31
Octal 335 13 356 7 137 0 7 450 133 61
Binary 11011101 1011 11101110 111 1011111 0 111 100101000 1011011 110001

Color Harmonies of #DD0BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0BEE

Black with #DD0BEE

Text Example


Text Example

White with #DD0BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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