Html Css Color HEX #DB07EC Psychedelic Purple

📋 copy color: '#DB07EC'

red 219 ◦ green 7 ◦ blue 236

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

Shades of Psychedelic Purple #DB07EC

Tints of Psychedelic Purple #DB07EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.52%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 47.4%
G = 1.52%
B = 51.08%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB07EC (or 0xDB07EC) is known color: Psychedelic Purple. HEX triplet: DB, 07 and EC. RGB value is (219,7,236). Sum of RGB (Red+Green+Blue) = 219+7+236=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 7 (3.12% from 255 or 1.52% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB07EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB07EC is #24F813. Grayscale: #5F5F5F. Windows color (decimal): -2422804 or 15468507. OLE color: 15468507.

HSL color Cylindrical-coordinate representation of color #DB07EC: hue angle of 295.55º degrees, saturation: 0.94, 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 #DB07EC is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 7 236 -
CMYK 0.07 0.97 0 0.07
HSL 295.55º 0.94% 0.48% -
HSV(B) 295.55º 0.97% 0.93% -
XYZ 44.43 21.27 81.12 -
YUV 96.49 206.74 215.38 -
System Red Green Blue C M Y K H S L
Decimal 219 7 236 0.07 0.97 0 0.07 295.55 0.94 0.48
Hex DB 7 EC 7 61 0 7 128 5E 30
Octal 333 7 354 7 141 0 7 450 136 60
Binary 11011011 111 11101100 111 1100001 0 111 100101000 1011110 110000

Color Harmonies of #DB07EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07EC

Black with #DB07EC

Text Example


Text Example

White with #DB07EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07EC; }

 p { color: rgb(219,7,236); }

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

background-color css

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

 a { background-color: rgb(219,7,236); }

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

border-color css

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

 span { border-color: rgb(219,7,236); }

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