Html Css Color HEX #DB10EF Psychedelic Purple

📋 copy color: '#DB10EF'

red 219 ◦ green 16 ◦ blue 239

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

Shades of Psychedelic Purple #DB10EF

Tints of Psychedelic Purple #DB10EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.42%

R = 46.2%
G = 3.38%
B = 50.42%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB10EF (or 0xDB10EF) is known color: Psychedelic Purple. HEX triplet: DB, 10 and EF. RGB value is (219,16,239). Sum of RGB (Red+Green+Blue) = 219+16+239=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10EF is #24EF10. Grayscale: #656565. Windows color (decimal): -2420497 or 15667419. OLE color: 15667419.

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

Color convert

RGB 219 16 239 -
CMYK 0.08 0.93 0 0.06
HSL 294.62º 0.87% 0.5% -
HSV(B) 294.62º 0.93% 0.94% -
XYZ 44.98 21.66 83.47 -
YUV 102.12 205.25 211.37 -
System Red Green Blue C M Y K H S L
Decimal 219 16 239 0.08 0.93 0 0.06 294.62 0.87 0.5
Hex DB 10 EF 8 5D 0 6 127 57 32
Octal 333 20 357 10 135 0 6 447 127 62
Binary 11011011 10000 11101111 1000 1011101 0 110 100100111 1010111 110010

Color Harmonies of #DB10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10EF

Black with #DB10EF

Text Example


Text Example

White with #DB10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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