Html Css Color HEX #DB07FB Psychedelic Purple

📋 copy color: '#DB07FB'

red 219 ◦ green 7 ◦ blue 251

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

Shades of Psychedelic Purple #DB07FB

Tints of Psychedelic Purple #DB07FB

RGB

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

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

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

R = 45.91%
G = 1.47%
B = 52.62%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB07FB (or 0xDB07FB) is known color: Psychedelic Purple. HEX triplet: DB, 07 and FB. RGB value is (219,7,251). Sum of RGB (Red+Green+Blue) = 219+7+251=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB07FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB07FB is #24F804. Grayscale: #616161. Windows color (decimal): -2422789 or 16451547. OLE color: 16451547.

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

Color convert

RGB 219 7 251 -
CMYK 0.13 0.97 0 0.02
HSL 292.13º 0.97% 0.51% -
HSV(B) 292.13º 0.97% 0.98% -
XYZ 46.7 22.18 93.09 -
YUV 98.2 214.24 214.16 -
System Red Green Blue C M Y K H S L
Decimal 219 7 251 0.13 0.97 0 0.02 292.13 0.97 0.51
Hex DB 7 FB D 61 0 2 124 61 33
Octal 333 7 373 15 141 0 2 444 141 63
Binary 11011011 111 11111011 1101 1100001 0 10 100100100 1100001 110011

Color Harmonies of #DB07FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB07FB

Black with #DB07FB

Text Example


Text Example

White with #DB07FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB07FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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