Html Css Color HEX #D51EEE Psychedelic Purple

📋 copy color: '#D51EEE'

red 213 ◦ green 30 ◦ blue 238

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

Shades of Psychedelic Purple #D51EEE

Tints of Psychedelic Purple #D51EEE

RGB

 RED value IS 213 (83.59% from 255) = 44.28%

 GREEN value IS 30 (12.11% from 255) = 6.24%

 BLUE value IS 238 (93.36% from 255) = 49.48%

R = 44.28%
G = 6.24%
B = 49.48%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D51EEE (or 0xD51EEE) is known color: Psychedelic Purple. HEX triplet: D5, 1E and EE. RGB value is (213,30,238). Sum of RGB (Red+Green+Blue) = 213+30+238=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 30 (12.11% from 255 or 6.24% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #D51EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EEE is #2AE111. Grayscale: #6B6B6B. Windows color (decimal): -2810130 or 15605461. OLE color: 15605461.

HSL color Cylindrical-coordinate representation of color #D51EEE: hue angle of 292.79º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51EEE is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 30 238 -
CMYK 0.11 0.87 0 0.07
HSL 292.79º 0.86% 0.53% -
HSV(B) 292.79º 0.87% 0.93% -
XYZ 43.34 21.25 82.71 -
YUV 108.43 201.13 202.59 -
System Red Green Blue C M Y K H S L
Decimal 213 30 238 0.11 0.87 0 0.07 292.79 0.86 0.53
Hex D5 1E EE B 57 0 7 125 56 35
Octal 325 36 356 13 127 0 7 445 126 65
Binary 11010101 11110 11101110 1011 1010111 0 111 100100101 1010110 110101

Color Harmonies of #D51EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EEE

Black with #D51EEE

Text Example


Text Example

White with #D51EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EEE; }

 p { color: rgb(213,30,238); }

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

background-color css

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

 a { background-color: rgb(213,30,238); }

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

border-color css

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

 span { border-color: rgb(213,30,238); }

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