Html Css Color HEX #D613E5 Psychedelic Purple

📋 copy color: '#D613E5'

red 214 ◦ green 19 ◦ blue 229

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

Shades of Psychedelic Purple #D613E5

Tints of Psychedelic Purple #D613E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.57%

R = 46.32%
G = 4.11%
B = 49.57%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D613E5 (or 0xD613E5) is known color: Psychedelic Purple. HEX triplet: D6, 13 and E5. RGB value is (214,19,229). Sum of RGB (Red+Green+Blue) = 214+19+229=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #D613E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613E5 is #29EC1A. Grayscale: #646464. Windows color (decimal): -2747419 or 15012822. OLE color: 15012822.

HSL color Cylindrical-coordinate representation of color #D613E5: hue angle of 295.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D613E5 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 19 229 -
CMYK 0.07 0.92 0 0.10
HSL 295.71º 0.85% 0.49% -
HSV(B) 295.71º 0.92% 0.9% -
XYZ 42.11 20.42 75.85 -
YUV 101.25 200.1 208.42 -
System Red Green Blue C M Y K H S L
Decimal 214 19 229 0.07 0.92 0 0.10 295.71 0.85 0.49
Hex D6 13 E5 7 5C 0 A 128 55 31
Octal 326 23 345 7 134 0 12 450 125 61
Binary 11010110 10011 11100101 111 1011100 0 1010 100101000 1010101 110001

Color Harmonies of #D613E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613E5

Black with #D613E5

Text Example


Text Example

White with #D613E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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