Html Css Color HEX #DB0CE4 Psychedelic Purple

📋 copy color: '#DB0CE4'

red 219 ◦ green 12 ◦ blue 228

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

Shades of Psychedelic Purple #DB0CE4

Tints of Psychedelic Purple #DB0CE4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.61%

 BLUE value IS 228 (89.45% from 255) = 49.67%

R = 47.71%
G = 2.61%
B = 49.67%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB0CE4 (or 0xDB0CE4) is known color: Psychedelic Purple. HEX triplet: DB, 0C and E4. RGB value is (219,12,228). Sum of RGB (Red+Green+Blue) = 219+12+228=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 12 (5.08% from 255 or 2.61% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB0CE4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0CE4 is #24F31B. Grayscale: #616161. Windows color (decimal): -2421532 or 14945499. OLE color: 14945499.

HSL color Cylindrical-coordinate representation of color #DB0CE4: hue angle of 297.5º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0CE4 is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 12 228 -
CMYK 0.04 0.95 0 0.11
HSL 297.5º 0.9% 0.47% -
HSV(B) 297.5º 0.95% 0.89% -
XYZ 43.35 20.92 75.15 -
YUV 98.52 201.08 213.94 -
System Red Green Blue C M Y K H S L
Decimal 219 12 228 0.04 0.95 0 0.11 297.5 0.9 0.47
Hex DB C E4 4 5F 0 B 12A 5A 2F
Octal 333 14 344 4 137 0 13 452 132 57
Binary 11011011 1100 11100100 100 1011111 0 1011 100101010 1011010 101111

Color Harmonies of #DB0CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0CE4

Black with #DB0CE4

Text Example


Text Example

White with #DB0CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0CE4; }

 p { color: rgb(219,12,228); }

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

background-color css

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

 a { background-color: rgb(219,12,228); }

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

border-color css

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

 span { border-color: rgb(219,12,228); }

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