Html Css Color HEX #D619EA Psychedelic Purple

📋 copy color: '#D619EA'

red 214 ◦ green 25 ◦ blue 234

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

Shades of Psychedelic Purple #D619EA

Tints of Psychedelic Purple #D619EA

RGB

 RED value IS 214 (83.98% from 255) = 45.24%

 GREEN value IS 25 (10.16% from 255) = 5.29%

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

R = 45.24%
G = 5.29%
B = 49.47%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D619EA (or 0xD619EA) is known color: Psychedelic Purple. HEX triplet: D6, 19 and EA. RGB value is (214,25,234). Sum of RGB (Red+Green+Blue) = 214+25+234=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #D619EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D619EA is #29E615. Grayscale: #686868. Windows color (decimal): -2745878 or 15342038. OLE color: 15342038.

HSL color Cylindrical-coordinate representation of color #D619EA: hue angle of 294.26º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D619EA is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 25 234 -
CMYK 0.09 0.89 0 0.08
HSL 294.26º 0.83% 0.51% -
HSV(B) 294.26º 0.89% 0.92% -
XYZ 42.93 20.93 79.62 -
YUV 105.34 200.62 205.51 -
System Red Green Blue C M Y K H S L
Decimal 214 25 234 0.09 0.89 0 0.08 294.26 0.83 0.51
Hex D6 19 EA 9 59 0 8 126 53 33
Octal 326 31 352 11 131 0 10 446 123 63
Binary 11010110 11001 11101010 1001 1011001 0 1000 100100110 1010011 110011

Color Harmonies of #D619EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619EA

Black with #D619EA

Text Example


Text Example

White with #D619EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619EA; }

 p { color: rgb(214,25,234); }

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

background-color css

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

 a { background-color: rgb(214,25,234); }

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

border-color css

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

 span { border-color: rgb(214,25,234); }

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