Html Css Color HEX #DB10ED Psychedelic Purple

📋 copy color: '#DB10ED'

red 219 ◦ green 16 ◦ blue 237

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

Shades of Psychedelic Purple #DB10ED

Tints of Psychedelic Purple #DB10ED

RGB

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

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

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

R = 46.4%
G = 3.39%
B = 50.21%

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

#DB10ED (or 0xDB10ED) is known color: Psychedelic Purple. HEX triplet: DB, 10 and ED. RGB value is (219,16,237). Sum of RGB (Red+Green+Blue) = 219+16+237=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 16 (6.64% from 255 or 3.39% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB10ED is #24EF12. Grayscale: #656565. Windows color (decimal): -2420499 or 15536347. OLE color: 15536347.

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

Color convert

RGB 219 16 237 -
CMYK 0.08 0.93 0 0.07
HSL 295.11º 0.87% 0.5% -
HSV(B) 295.11º 0.93% 0.93% -
XYZ 44.68 21.55 81.92 -
YUV 101.89 204.25 211.53 -
System Red Green Blue C M Y K H S L
Decimal 219 16 237 0.08 0.93 0 0.07 295.11 0.87 0.5
Hex DB 10 ED 8 5D 0 7 127 57 32
Octal 333 20 355 10 135 0 7 447 127 62
Binary 11011011 10000 11101101 1000 1011101 0 111 100100111 1010111 110010

Color Harmonies of #DB10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB10ED

Black with #DB10ED

Text Example


Text Example

White with #DB10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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