Html Css Color HEX #DB14FF Psychedelic Purple

📋 copy color: '#DB14FF'

red 219 ◦ green 20 ◦ blue 255

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

Shades of Psychedelic Purple #DB14FF

Tints of Psychedelic Purple #DB14FF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.05%

 BLUE value IS 255 (100% from 255) = 51.62%

R = 44.33%
G = 4.05%
B = 51.62%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB14FF (or 0xDB14FF) is known color: Psychedelic Purple. HEX triplet: DB, 14 and FF. RGB value is (219,20,255). Sum of RGB (Red+Green+Blue) = 219+20+255=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB14FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB14FF is #24EB00. Grayscale: #696969. Windows color (decimal): -2419457 or 16717019. OLE color: 16717019.

HSL color Cylindrical-coordinate representation of color #DB14FF: hue angle of 290.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB14FF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 219 20 255 -
CMYK 0.14 0.92 0 0
HSL 290.81º 1% 0.54% -
HSV(B) 290.81º 0.92% 1% -
XYZ 47.51 22.78 96.5 -
YUV 106.29 211.93 208.39 -
System Red Green Blue C M Y K H S L
Decimal 219 20 255 0.14 0.92 0 0 290.81 1 0.54
Hex DB 14 FF E 5C 0 0 123 64 36
Octal 333 24 377 16 134 0 0 443 144 66
Binary 11011011 10100 11111111 1110 1011100 0 0 100100011 1100100 110110

Color Harmonies of #DB14FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB14FF

Black with #DB14FF

Text Example


Text Example

White with #DB14FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB14FF; }

 p { color: rgb(219,20,255); }

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

background-color css

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

 a { background-color: rgb(219,20,255); }

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

border-color css

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

 span { border-color: rgb(219,20,255); }

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