Html Css Color HEX #D613EA Psychedelic Purple

📋 copy color: '#D613EA'

red 214 ◦ green 19 ◦ blue 234

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

Shades of Psychedelic Purple #D613EA

Tints of Psychedelic Purple #D613EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.07%

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

R = 45.82%
G = 4.07%
B = 50.11%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D613EA (or 0xD613EA) is known color: Psychedelic Purple. HEX triplet: D6, 13 and EA. RGB value is (214,19,234). Sum of RGB (Red+Green+Blue) = 214+19+234=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #D613EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D613EA is #29EC15. Grayscale: #656565. Windows color (decimal): -2747414 or 15340502. OLE color: 15340502.

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

Color convert

RGB 214 19 234 -
CMYK 0.09 0.92 0 0.08
HSL 294.42º 0.85% 0.5% -
HSV(B) 294.42º 0.92% 0.92% -
XYZ 42.82 20.7 79.58 -
YUV 101.82 202.6 208.02 -
System Red Green Blue C M Y K H S L
Decimal 214 19 234 0.09 0.92 0 0.08 294.42 0.85 0.5
Hex D6 13 EA 9 5C 0 8 126 55 32
Octal 326 23 352 11 134 0 10 446 125 62
Binary 11010110 10011 11101010 1001 1011100 0 1000 100100110 1010101 110010

Color Harmonies of #D613EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613EA

Black with #D613EA

Text Example


Text Example

White with #D613EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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