Html Css Color HEX #DB0DFB Psychedelic Purple

📋 copy color: '#DB0DFB'

red 219 ◦ green 13 ◦ blue 251

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

Shades of Psychedelic Purple #DB0DFB

Tints of Psychedelic Purple #DB0DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.69%

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

R = 45.34%
G = 2.69%
B = 51.97%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB0DFB (or 0xDB0DFB) is known color: Psychedelic Purple. HEX triplet: DB, 0D and FB. RGB value is (219,13,251). Sum of RGB (Red+Green+Blue) = 219+13+251=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 13 (5.47% from 255 or 2.69% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB0DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DFB is #24F204. Grayscale: #646464. Windows color (decimal): -2421253 or 16453083. OLE color: 16453083.

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

Color convert

RGB 219 13 251 -
CMYK 0.13 0.95 0 0.02
HSL 291.93º 0.97% 0.52% -
HSV(B) 291.93º 0.95% 0.98% -
XYZ 46.77 22.31 93.11 -
YUV 101.73 212.25 211.65 -
System Red Green Blue C M Y K H S L
Decimal 219 13 251 0.13 0.95 0 0.02 291.93 0.97 0.52
Hex DB D FB D 5F 0 2 124 61 34
Octal 333 15 373 15 137 0 2 444 141 64
Binary 11011011 1101 11111011 1101 1011111 0 10 100100100 1100001 110100

Color Harmonies of #DB0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DFB

Black with #DB0DFB

Text Example


Text Example

White with #DB0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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