Html Css Color HEX #DB06ED Psychedelic Purple

📋 copy color: '#DB06ED'

red 219 ◦ green 6 ◦ blue 237

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

Shades of Psychedelic Purple #DB06ED

Tints of Psychedelic Purple #DB06ED

RGB

 RED value IS 219 (85.94% from 255) = 47.4%

 GREEN value IS 6 (2.73% from 255) = 1.3%

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

R = 47.4%
G = 1.3%
B = 51.3%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB06ED (or 0xDB06ED) is known color: Psychedelic Purple. HEX triplet: DB, 06 and ED. RGB value is (219,6,237). Sum of RGB (Red+Green+Blue) = 219+6+237=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB06ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB06ED is #24F912. Grayscale: #5F5F5F. Windows color (decimal): -2423059 or 15533787. OLE color: 15533787.

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

Color convert

RGB 219 6 237 -
CMYK 0.08 0.97 0 0.07
HSL 295.32º 0.95% 0.48% -
HSV(B) 295.32º 0.97% 0.93% -
XYZ 44.56 21.3 81.88 -
YUV 96.02 207.57 215.72 -
System Red Green Blue C M Y K H S L
Decimal 219 6 237 0.08 0.97 0 0.07 295.32 0.95 0.48
Hex DB 6 ED 8 61 0 7 127 5F 30
Octal 333 6 355 10 141 0 7 447 137 60
Binary 11011011 110 11101101 1000 1100001 0 111 100100111 1011111 110000

Color Harmonies of #DB06ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06ED

Black with #DB06ED

Text Example


Text Example

White with #DB06ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06ED; }

 p { color: rgb(219,6,237); }

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

background-color css

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

 a { background-color: rgb(219,6,237); }

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

border-color css

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

 span { border-color: rgb(219,6,237); }

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