Html Css Color HEX #D51EF6 Psychedelic Purple

📋 copy color: '#D51EF6'

red 213 ◦ green 30 ◦ blue 246

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

Shades of Psychedelic Purple #D51EF6

Tints of Psychedelic Purple #D51EF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 43.56%
G = 6.13%
B = 50.31%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D51EF6 (or 0xD51EF6) is known color: Psychedelic Purple. HEX triplet: D5, 1E and F6. RGB value is (213,30,246). Sum of RGB (Red+Green+Blue) = 213+30+246=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 30 (12.11% from 255 or 6.13% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #D51EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51EF6 is #2AE109. Grayscale: #6C6C6C. Windows color (decimal): -2810122 or 16129749. OLE color: 16129749.

HSL color Cylindrical-coordinate representation of color #D51EF6: hue angle of 290.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51EF6 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 30 246 -
CMYK 0.13 0.88 0 0.04
HSL 290.83º 0.92% 0.54% -
HSV(B) 290.83º 0.88% 0.96% -
XYZ 44.54 21.73 89.04 -
YUV 109.34 205.13 201.94 -
System Red Green Blue C M Y K H S L
Decimal 213 30 246 0.13 0.88 0 0.04 290.83 0.92 0.54
Hex D5 1E F6 D 58 0 4 123 5C 36
Octal 325 36 366 15 130 0 4 443 134 66
Binary 11010101 11110 11110110 1101 1011000 0 100 100100011 1011100 110110

Color Harmonies of #D51EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51EF6

Black with #D51EF6

Text Example


Text Example

White with #D51EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51EF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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