Html Css Color HEX #D51CE9 Psychedelic Purple

📋 copy color: '#D51CE9'

red 213 ◦ green 28 ◦ blue 233

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

Shades of Psychedelic Purple #D51CE9

Tints of Psychedelic Purple #D51CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.16%

R = 44.94%
G = 5.91%
B = 49.16%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D51CE9 (or 0xD51CE9) is known color: Psychedelic Purple. HEX triplet: D5, 1C and E9. RGB value is (213,28,233). Sum of RGB (Red+Green+Blue) = 213+28+233=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 233 (91.41% from 255 or 49.16% from 474); Max value from RGB is 233 - color contains mainly: blue. Hex color #D51CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51CE9 is #2AE316. Grayscale: #6A6A6A. Windows color (decimal): -2810647 or 15277269. OLE color: 15277269.

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

Color convert

RGB 213 28 233 -
CMYK 0.09 0.88 0 0.09
HSL 294.15º 0.82% 0.51% -
HSV(B) 294.15º 0.88% 0.91% -
XYZ 42.56 20.86 78.87 -
YUV 106.69 199.29 203.83 -
System Red Green Blue C M Y K H S L
Decimal 213 28 233 0.09 0.88 0 0.09 294.15 0.82 0.51
Hex D5 1C E9 9 58 0 9 126 52 33
Octal 325 34 351 11 130 0 11 446 122 63
Binary 11010101 11100 11101001 1001 1011000 0 1001 100100110 1010010 110011

Color Harmonies of #D51CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51CE9

Black with #D51CE9

Text Example


Text Example

White with #D51CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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