Html Css Color HEX #DB0BEA Psychedelic Purple

📋 copy color: '#DB0BEA'

red 219 ◦ green 11 ◦ blue 234

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

Shades of Psychedelic Purple #DB0BEA

Tints of Psychedelic Purple #DB0BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.37%

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 47.2%
G = 2.37%
B = 50.43%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB0BEA (or 0xDB0BEA) is known color: Psychedelic Purple. HEX triplet: DB, 0B and EA. RGB value is (219,11,234). Sum of RGB (Red+Green+Blue) = 219+11+234=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB0BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DB0BEA is #24F415. Grayscale: #616161. Windows color (decimal): -2421782 or 15338459. OLE color: 15338459.

HSL color Cylindrical-coordinate representation of color #DB0BEA: hue angle of 295.96º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0BEA is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 11 234 -
CMYK 0.06 0.95 0 0.08
HSL 295.96º 0.91% 0.48% -
HSV(B) 295.96º 0.95% 0.92% -
XYZ 44.18 21.24 79.61 -
YUV 98.61 204.41 213.87 -
System Red Green Blue C M Y K H S L
Decimal 219 11 234 0.06 0.95 0 0.08 295.96 0.91 0.48
Hex DB B EA 6 5F 0 8 128 5B 30
Octal 333 13 352 6 137 0 10 450 133 60
Binary 11011011 1011 11101010 110 1011111 0 1000 100101000 1011011 110000

Color Harmonies of #DB0BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0BEA

Black with #DB0BEA

Text Example


Text Example

White with #DB0BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0BEA; }

 p { color: rgb(219,11,234); }

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

background-color css

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

 a { background-color: rgb(219,11,234); }

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

border-color css

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

 span { border-color: rgb(219,11,234); }

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