Html Css Color HEX #DB02F0 Psychedelic Purple

📋 copy color: '#DB02F0'

red 219 ◦ green 2 ◦ blue 240

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

Shades of Psychedelic Purple #DB02F0

Tints of Psychedelic Purple #DB02F0

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.43%

 BLUE value IS 240 (94.14% from 255) = 52.06%

R = 47.51%
G = 0.43%
B = 52.06%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB02F0 (or 0xDB02F0) is known color: Psychedelic Purple. HEX triplet: DB, 02 and F0. RGB value is (219,2,240). Sum of RGB (Red+Green+Blue) = 219+2+240=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 240 (94.14% from 255 or 52.06% from 461); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB02F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB02F0 is #24FD0F. Grayscale: #5D5D5D. Windows color (decimal): -2424080 or 15729371. OLE color: 15729371.

HSL color Cylindrical-coordinate representation of color #DB02F0: hue angle of 294.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB02F0 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 2 240 -
CMYK 0.09 0.99 0 0.06
HSL 294.71º 0.98% 0.47% -
HSV(B) 294.71º 0.99% 0.94% -
XYZ 44.96 21.39 84.2 -
YUV 94.02 210.39 217.15 -
System Red Green Blue C M Y K H S L
Decimal 219 2 240 0.09 0.99 0 0.06 294.71 0.98 0.47
Hex DB 2 F0 9 63 0 6 127 62 2F
Octal 333 2 360 11 143 0 6 447 142 57
Binary 11011011 10 11110000 1001 1100011 0 110 100100111 1100010 101111

Color Harmonies of #DB02F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB02F0

Black with #DB02F0

Text Example


Text Example

White with #DB02F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB02F0; }

 p { color: rgb(219,2,240); }

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

background-color css

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

 a { background-color: rgb(219,2,240); }

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

border-color css

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

 span { border-color: rgb(219,2,240); }

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