Html Css Color HEX #D51DEE Psychedelic Purple

📋 copy color: '#D51DEE'

red 213 ◦ green 29 ◦ blue 238

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

Shades of Psychedelic Purple #D51DEE

Tints of Psychedelic Purple #D51DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.04%

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

R = 44.38%
G = 6.04%
B = 49.58%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D51DEE (or 0xD51DEE) is known color: Psychedelic Purple. HEX triplet: D5, 1D and EE. RGB value is (213,29,238). Sum of RGB (Red+Green+Blue) = 213+29+238=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 29 (11.72% from 255 or 6.04% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #D51DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51DEE is #2AE211. Grayscale: #6B6B6B. Windows color (decimal): -2810386 or 15605205. OLE color: 15605205.

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

Color convert

RGB 213 29 238 -
CMYK 0.11 0.88 0 0.07
HSL 292.82º 0.86% 0.52% -
HSV(B) 292.82º 0.88% 0.93% -
XYZ 43.31 21.2 82.7 -
YUV 107.84 201.46 203.01 -
System Red Green Blue C M Y K H S L
Decimal 213 29 238 0.11 0.88 0 0.07 292.82 0.86 0.52
Hex D5 1D EE B 58 0 7 125 56 34
Octal 325 35 356 13 130 0 7 445 126 64
Binary 11010101 11101 11101110 1011 1011000 0 111 100100101 1010110 110100

Color Harmonies of #D51DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51DEE

Black with #D51DEE

Text Example


Text Example

White with #D51DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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