Html Css Color HEX #DB06FB Psychedelic Purple

📋 copy color: '#DB06FB'

red 219 ◦ green 6 ◦ blue 251

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

Shades of Psychedelic Purple #DB06FB

Tints of Psychedelic Purple #DB06FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.26%

 BLUE value IS 251 (98.44% from 255) = 52.73%

R = 46.01%
G = 1.26%
B = 52.73%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB06FB (or 0xDB06FB) is known color: Psychedelic Purple. HEX triplet: DB, 06 and FB. RGB value is (219,6,251). Sum of RGB (Red+Green+Blue) = 219+6+251=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 251 (98.44% from 255 or 52.73% from 476); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB06FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB06FB is #24F904. Grayscale: #606060. Windows color (decimal): -2423045 or 16451291. OLE color: 16451291.

HSL color Cylindrical-coordinate representation of color #DB06FB: hue angle of 292.16º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB06FB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 6 251 -
CMYK 0.13 0.98 0 0.02
HSL 292.16º 0.97% 0.5% -
HSV(B) 292.16º 0.98% 0.98% -
XYZ 46.69 22.16 93.08 -
YUV 97.62 214.57 214.58 -
System Red Green Blue C M Y K H S L
Decimal 219 6 251 0.13 0.98 0 0.02 292.16 0.97 0.5
Hex DB 6 FB D 62 0 2 124 61 32
Octal 333 6 373 15 142 0 2 444 141 62
Binary 11011011 110 11111011 1101 1100010 0 10 100100100 1100001 110010

Color Harmonies of #DB06FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB06FB

Black with #DB06FB

Text Example


Text Example

White with #DB06FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB06FB; }

 p { color: rgb(219,6,251); }

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

background-color css

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

 a { background-color: rgb(219,6,251); }

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

border-color css

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

 span { border-color: rgb(219,6,251); }

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