Html Css Color HEX #DB0DFD Psychedelic Purple

📋 copy color: '#DB0DFD'

red 219 ◦ green 13 ◦ blue 253

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

Shades of Psychedelic Purple #DB0DFD

Tints of Psychedelic Purple #DB0DFD

RGB

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

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

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

R = 45.15%
G = 2.68%
B = 52.16%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DB0DFD (or 0xDB0DFD) is known color: Psychedelic Purple. HEX triplet: DB, 0D and FD. RGB value is (219,13,253). Sum of RGB (Red+Green+Blue) = 219+13+253=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB0DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0DFD is #24F202. Grayscale: #656565. Windows color (decimal): -2421251 or 16584155. OLE color: 16584155.

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

Color convert

RGB 219 13 253 -
CMYK 0.13 0.95 0 0.01
HSL 291.5º 0.98% 0.52% -
HSV(B) 291.5º 0.95% 0.99% -
XYZ 47.09 22.44 94.78 -
YUV 101.95 213.25 211.49 -
System Red Green Blue C M Y K H S L
Decimal 219 13 253 0.13 0.95 0 0.01 291.5 0.98 0.52
Hex DB D FD D 5F 0 1 124 62 34
Octal 333 15 375 15 137 0 1 444 142 64
Binary 11011011 1101 11111101 1101 1011111 0 1 100100100 1100010 110100

Color Harmonies of #DB0DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0DFD

Black with #DB0DFD

Text Example


Text Example

White with #DB0DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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