Html Css Color HEX #DB0FFD Psychedelic Purple

📋 copy color: '#DB0FFD'

red 219 ◦ green 15 ◦ blue 253

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

Shades of Psychedelic Purple #DB0FFD

Tints of Psychedelic Purple #DB0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.08%

 BLUE value IS 253 (99.22% from 255) = 51.95%

R = 44.97%
G = 3.08%
B = 51.95%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB0FFD (or 0xDB0FFD) is known color: Psychedelic Purple. HEX triplet: DB, 0F and FD. RGB value is (219,15,253). Sum of RGB (Red+Green+Blue) = 219+15+253=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0FFD is #24F002. Grayscale: #666666. Windows color (decimal): -2420739 or 16584667. OLE color: 16584667.

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

Color convert

RGB 219 15 253 -
CMYK 0.13 0.94 0 0.01
HSL 291.43º 0.98% 0.53% -
HSV(B) 291.43º 0.94% 0.99% -
XYZ 47.11 22.49 94.79 -
YUV 103.13 212.59 210.65 -
System Red Green Blue C M Y K H S L
Decimal 219 15 253 0.13 0.94 0 0.01 291.43 0.98 0.53
Hex DB F FD D 5E 0 1 123 62 35
Octal 333 17 375 15 136 0 1 443 142 65
Binary 11011011 1111 11111101 1101 1011110 0 1 100100011 1100010 110101

Color Harmonies of #DB0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0FFD

Black with #DB0FFD

Text Example


Text Example

White with #DB0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0FFD; }

 p { color: rgb(219,15,253); }

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

background-color css

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

 a { background-color: rgb(219,15,253); }

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

border-color css

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

 span { border-color: rgb(219,15,253); }

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