Html Css Color HEX #DB10EE Psychedelic Purple

📋 copy color: '#DB10EE'

red 219 ◦ green 16 ◦ blue 238

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

Shades of Psychedelic Purple #DB10EE

Tints of Psychedelic Purple #DB10EE

RGB

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

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

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

R = 46.3%
G = 3.38%
B = 50.32%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB10EE (or 0xDB10EE) is known color: Psychedelic Purple. HEX triplet: DB, 10 and EE. RGB value is (219,16,238). Sum of RGB (Red+Green+Blue) = 219+16+238=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10EE is #24EF11. Grayscale: #656565. Windows color (decimal): -2420498 or 15601883. OLE color: 15601883.

HSL color Cylindrical-coordinate representation of color #DB10EE: hue angle of 294.86º 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 #DB10EE is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 16 238 -
CMYK 0.08 0.93 0 0.07
HSL 294.86º 0.87% 0.5% -
HSV(B) 294.86º 0.93% 0.93% -
XYZ 44.83 21.6 82.7 -
YUV 102.01 204.75 211.45 -
System Red Green Blue C M Y K H S L
Decimal 219 16 238 0.08 0.93 0 0.07 294.86 0.87 0.5
Hex DB 10 EE 8 5D 0 7 127 57 32
Octal 333 20 356 10 135 0 7 447 127 62
Binary 11011011 10000 11101110 1000 1011101 0 111 100100111 1010111 110010

Color Harmonies of #DB10EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10EE

Black with #DB10EE

Text Example


Text Example

White with #DB10EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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