Html Css Color HEX #DB05EE Psychedelic Purple

📋 copy color: '#DB05EE'

red 219 ◦ green 5 ◦ blue 238

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

Shades of Psychedelic Purple #DB05EE

Tints of Psychedelic Purple #DB05EE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.08%

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

R = 47.4%
G = 1.08%
B = 51.52%

CMYK

 C value IS 0.08

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB05EE (or 0xDB05EE) is known color: Psychedelic Purple. HEX triplet: DB, 05 and EE. RGB value is (219,5,238). Sum of RGB (Red+Green+Blue) = 219+5+238=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB05EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB05EE is #24FA11. Grayscale: #5E5E5E. Windows color (decimal): -2423314 or 15599067. OLE color: 15599067.

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

Color convert

RGB 219 5 238 -
CMYK 0.08 0.98 0 0.07
HSL 295.11º 0.96% 0.48% -
HSV(B) 295.11º 0.98% 0.93% -
XYZ 44.7 21.34 82.65 -
YUV 95.55 208.4 216.05 -
System Red Green Blue C M Y K H S L
Decimal 219 5 238 0.08 0.98 0 0.07 295.11 0.96 0.48
Hex DB 5 EE 8 62 0 7 127 60 30
Octal 333 5 356 10 142 0 7 447 140 60
Binary 11011011 101 11101110 1000 1100010 0 111 100100111 1100000 110000

Color Harmonies of #DB05EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB05EE

Black with #DB05EE

Text Example


Text Example

White with #DB05EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB05EE; }

 p { color: rgb(219,5,238); }

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

background-color css

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

 a { background-color: rgb(219,5,238); }

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

border-color css

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

 span { border-color: rgb(219,5,238); }

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