Html Css Color HEX #D51FEA Psychedelic Purple

📋 copy color: '#D51FEA'

red 213 ◦ green 31 ◦ blue 234

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

Shades of Psychedelic Purple #D51FEA

Tints of Psychedelic Purple #D51FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.49%

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

R = 44.56%
G = 6.49%
B = 48.95%

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

#D51FEA (or 0xD51FEA) is known color: Psychedelic Purple. HEX triplet: D5, 1F and EA. RGB value is (213,31,234). Sum of RGB (Red+Green+Blue) = 213+31+234=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 31 (12.5% from 255 or 6.49% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #D51FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51FEA is #2AE015. Grayscale: #6B6B6B. Windows color (decimal): -2809878 or 15343573. OLE color: 15343573.

HSL color Cylindrical-coordinate representation of color #D51FEA: hue angle of 293.79º degrees, saturation: 0.83, 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 #D51FEA is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 31 234 -
CMYK 0.09 0.87 0 0.08
HSL 293.79º 0.83% 0.52% -
HSV(B) 293.79º 0.87% 0.92% -
XYZ 42.78 21.07 79.65 -
YUV 108.56 198.8 202.49 -
System Red Green Blue C M Y K H S L
Decimal 213 31 234 0.09 0.87 0 0.08 293.79 0.83 0.52
Hex D5 1F EA 9 57 0 8 126 53 34
Octal 325 37 352 11 127 0 10 446 123 64
Binary 11010101 11111 11101010 1001 1010111 0 1000 100100110 1010011 110100

Color Harmonies of #D51FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51FEA

Black with #D51FEA

Text Example


Text Example

White with #D51FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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