Html Css Color HEX #D616EA Psychedelic Purple

📋 copy color: '#D616EA'

red 214 ◦ green 22 ◦ blue 234

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

Shades of Psychedelic Purple #D616EA

Tints of Psychedelic Purple #D616EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.68%

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

R = 45.53%
G = 4.68%
B = 49.79%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D616EA (or 0xD616EA) is known color: Psychedelic Purple. HEX triplet: D6, 16 and EA. RGB value is (214,22,234). Sum of RGB (Red+Green+Blue) = 214+22+234=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 22 (8.98% from 255 or 4.68% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #D616EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616EA is #29E915. Grayscale: #666666. Windows color (decimal): -2746646 or 15341270. OLE color: 15341270.

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

Color convert

RGB 214 22 234 -
CMYK 0.09 0.91 0 0.08
HSL 294.34º 0.83% 0.5% -
HSV(B) 294.34º 0.91% 0.92% -
XYZ 42.87 20.81 79.6 -
YUV 103.58 201.61 206.76 -
System Red Green Blue C M Y K H S L
Decimal 214 22 234 0.09 0.91 0 0.08 294.34 0.83 0.5
Hex D6 16 EA 9 5B 0 8 126 53 32
Octal 326 26 352 11 133 0 10 446 123 62
Binary 11010110 10110 11101010 1001 1011011 0 1000 100100110 1010011 110010

Color Harmonies of #D616EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616EA

Black with #D616EA

Text Example


Text Example

White with #D616EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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