Html Css Color HEX #D51EEB Psychedelic Purple

📋 copy color: '#D51EEB'

red 213 ◦ green 30 ◦ blue 235

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

Shades of Psychedelic Purple #D51EEB

Tints of Psychedelic Purple #D51EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 44.56%
G = 6.28%
B = 49.16%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D51EEB (or 0xD51EEB) is known color: Psychedelic Purple. HEX triplet: D5, 1E and EB. RGB value is (213,30,235). Sum of RGB (Red+Green+Blue) = 213+30+235=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #D51EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EEB is #2AE114. Grayscale: #6B6B6B. Windows color (decimal): -2810133 or 15408853. OLE color: 15408853.

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

Color convert

RGB 213 30 235 -
CMYK 0.09 0.87 0 0.08
HSL 293.56º 0.84% 0.52% -
HSV(B) 293.56º 0.87% 0.92% -
XYZ 42.9 21.07 80.4 -
YUV 108.09 199.63 202.83 -
System Red Green Blue C M Y K H S L
Decimal 213 30 235 0.09 0.87 0 0.08 293.56 0.84 0.52
Hex D5 1E EB 9 57 0 8 126 54 34
Octal 325 36 353 11 127 0 10 446 124 64
Binary 11010101 11110 11101011 1001 1010111 0 1000 100100110 1010100 110100

Color Harmonies of #D51EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EEB

Black with #D51EEB

Text Example


Text Example

White with #D51EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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