Html Css Color HEX #D51CEA Psychedelic Purple

📋 copy color: '#D51CEA'

red 213 ◦ green 28 ◦ blue 234

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

Shades of Psychedelic Purple #D51CEA

Tints of Psychedelic Purple #D51CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.89%

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

R = 44.84%
G = 5.89%
B = 49.26%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D51CEA (or 0xD51CEA) is known color: Psychedelic Purple. HEX triplet: D5, 1C and EA. RGB value is (213,28,234). Sum of RGB (Red+Green+Blue) = 213+28+234=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 28 (11.33% from 255 or 5.89% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #D51CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51CEA is #2AE315. Grayscale: #6A6A6A. Windows color (decimal): -2810646 or 15342805. OLE color: 15342805.

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

Color convert

RGB 213 28 234 -
CMYK 0.09 0.88 0 0.08
HSL 293.88º 0.83% 0.51% -
HSV(B) 293.88º 0.88% 0.92% -
XYZ 42.71 20.92 79.63 -
YUV 106.8 199.79 203.75 -
System Red Green Blue C M Y K H S L
Decimal 213 28 234 0.09 0.88 0 0.08 293.88 0.83 0.51
Hex D5 1C EA 9 58 0 8 126 53 33
Octal 325 34 352 11 130 0 10 446 123 63
Binary 11010101 11100 11101010 1001 1011000 0 1000 100100110 1010011 110011

Color Harmonies of #D51CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CEA

Black with #D51CEA

Text Example


Text Example

White with #D51CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CEA; }

 p { color: rgb(213,28,234); }

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

background-color css

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

 a { background-color: rgb(213,28,234); }

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

border-color css

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

 span { border-color: rgb(213,28,234); }

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