Html Css Color HEX #DB25FF Psychedelic Purple

📋 copy color: '#DB25FF'

red 219 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #DB25FF

Tints of Psychedelic Purple #DB25FF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.24%

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

R = 42.86%
G = 7.24%
B = 49.9%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DB25FF (or 0xDB25FF) is known color: Psychedelic Purple. HEX triplet: DB, 25 and FF. RGB value is (219,37,255). Sum of RGB (Red+Green+Blue) = 219+37+255=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 37 (14.84% from 255 or 7.24% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25FF is #24DA00. Grayscale: #737373. Windows color (decimal): -2415105 or 16721371. OLE color: 16721371.

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

Color convert

RGB 219 37 255 -
CMYK 0.14 0.85 0 0
HSL 290.09º 1% 0.57% -
HSV(B) 290.09º 0.85% 1% -
XYZ 47.92 23.6 96.64 -
YUV 116.27 206.3 201.27 -
System Red Green Blue C M Y K H S L
Decimal 219 37 255 0.14 0.85 0 0 290.09 1 0.57
Hex DB 25 FF E 55 0 0 122 64 39
Octal 333 45 377 16 125 0 0 442 144 71
Binary 11011011 100101 11111111 1110 1010101 0 0 100100010 1100100 111001

Color Harmonies of #DB25FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25FF

Black with #DB25FF

Text Example


Text Example

White with #DB25FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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