Html Css Color HEX #DB23FB Psychedelic Purple

📋 copy color: '#DB23FB'

red 219 ◦ green 35 ◦ blue 251

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

Shades of Psychedelic Purple #DB23FB

Tints of Psychedelic Purple #DB23FB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 6.93%

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

R = 43.37%
G = 6.93%
B = 49.7%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DB23FB (or 0xDB23FB) is known color: Psychedelic Purple. HEX triplet: DB, 23 and FB. RGB value is (219,35,251). Sum of RGB (Red+Green+Blue) = 219+35+251=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 35 (14.06% from 255 or 6.93% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB23FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB23FB is #24DC04. Grayscale: #717171. Windows color (decimal): -2415621 or 16458715. OLE color: 16458715.

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

Color convert

RGB 219 35 251 -
CMYK 0.13 0.86 0 0.02
HSL 291.11º 0.96% 0.56% -
HSV(B) 291.11º 0.86% 0.98% -
XYZ 47.23 23.23 93.26 -
YUV 114.64 204.96 202.44 -
System Red Green Blue C M Y K H S L
Decimal 219 35 251 0.13 0.86 0 0.02 291.11 0.96 0.56
Hex DB 23 FB D 56 0 2 123 60 38
Octal 333 43 373 15 126 0 2 443 140 70
Binary 11011011 100011 11111011 1101 1010110 0 10 100100011 1100000 111000

Color Harmonies of #DB23FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB23FB

Black with #DB23FB

Text Example


Text Example

White with #DB23FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB23FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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