Html Css Color HEX #DB1CEE Psychedelic Purple

📋 copy color: '#DB1CEE'

red 219 ◦ green 28 ◦ blue 238

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

Shades of Psychedelic Purple #DB1CEE

Tints of Psychedelic Purple #DB1CEE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.77%

 BLUE value IS 238 (93.36% from 255) = 49.07%

R = 45.15%
G = 5.77%
B = 49.07%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB1CEE (or 0xDB1CEE) is known color: Psychedelic Purple. HEX triplet: DB, 1C and EE. RGB value is (219,28,238). Sum of RGB (Red+Green+Blue) = 219+28+238=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 238 (93.36% from 255 or 49.07% from 485); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB1CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DB1CEE is #24E311. Grayscale: #6C6C6C. Windows color (decimal): -2417426 or 15604955. OLE color: 15604955.

HSL color Cylindrical-coordinate representation of color #DB1CEE: hue angle of 294.57º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1CEE is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 28 238 -
CMYK 0.08 0.88 0 0.07
HSL 294.57º 0.86% 0.52% -
HSV(B) 294.57º 0.88% 0.93% -
XYZ 45.06 22.06 82.77 -
YUV 109.05 200.78 206.42 -
System Red Green Blue C M Y K H S L
Decimal 219 28 238 0.08 0.88 0 0.07 294.57 0.86 0.52
Hex DB 1C EE 8 58 0 7 127 56 34
Octal 333 34 356 10 130 0 7 447 126 64
Binary 11011011 11100 11101110 1000 1011000 0 111 100100111 1010110 110100

Color Harmonies of #DB1CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CEE

Black with #DB1CEE

Text Example


Text Example

White with #DB1CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CEE; }

 p { color: rgb(219,28,238); }

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

background-color css

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

 a { background-color: rgb(219,28,238); }

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

border-color css

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

 span { border-color: rgb(219,28,238); }

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