Html Css Color HEX #DB25FB Psychedelic Purple

📋 copy color: '#DB25FB'

red 219 ◦ green 37 ◦ blue 251

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

Shades of Psychedelic Purple #DB25FB

Tints of Psychedelic Purple #DB25FB

RGB

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

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

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

R = 43.2%
G = 7.3%
B = 49.51%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB25FB (or 0xDB25FB) is known color: Psychedelic Purple. HEX triplet: DB, 25 and FB. RGB value is (219,37,251). Sum of RGB (Red+Green+Blue) = 219+37+251=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 251 (98.44% from 255 or 49.51% from 507); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB25FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB25FB is #24DA04. Grayscale: #737373. Windows color (decimal): -2415109 or 16459227. OLE color: 16459227.

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

Color convert

RGB 219 37 251 -
CMYK 0.13 0.85 0 0.02
HSL 291.03º 0.96% 0.56% -
HSV(B) 291.03º 0.85% 0.98% -
XYZ 47.29 23.35 93.28 -
YUV 115.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 219 37 251 0.13 0.85 0 0.02 291.03 0.96 0.56
Hex DB 25 FB D 55 0 2 123 60 38
Octal 333 45 373 15 125 0 2 443 140 70
Binary 11011011 100101 11111011 1101 1010101 0 10 100100011 1100000 111000

Color Harmonies of #DB25FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB25FB

Black with #DB25FB

Text Example


Text Example

White with #DB25FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB25FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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