Html Css Color HEX #D51BE8 Psychedelic Purple

📋 copy color: '#D51BE8'

red 213 ◦ green 27 ◦ blue 232

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

Shades of Psychedelic Purple #D51BE8

Tints of Psychedelic Purple #D51BE8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.72%

 BLUE value IS 232 (91.02% from 255) = 49.15%

R = 45.13%
G = 5.72%
B = 49.15%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D51BE8 (or 0xD51BE8) is known color: Psychedelic Purple. HEX triplet: D5, 1B and E8. RGB value is (213,27,232). Sum of RGB (Red+Green+Blue) = 213+27+232=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 27 (10.94% from 255 or 5.72% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #D51BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D51BE8 is #2AE417. Grayscale: #696969. Windows color (decimal): -2810904 or 15211477. OLE color: 15211477.

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

Color convert

RGB 213 27 232 -
CMYK 0.08 0.88 0 0.09
HSL 294.44º 0.82% 0.51% -
HSV(B) 294.44º 0.88% 0.91% -
XYZ 42.4 20.76 78.12 -
YUV 105.98 199.12 204.33 -
System Red Green Blue C M Y K H S L
Decimal 213 27 232 0.08 0.88 0 0.09 294.44 0.82 0.51
Hex D5 1B E8 8 58 0 9 126 52 33
Octal 325 33 350 10 130 0 11 446 122 63
Binary 11010101 11011 11101000 1000 1011000 0 1001 100100110 1010010 110011

Color Harmonies of #D51BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51BE8

Black with #D51BE8

Text Example


Text Example

White with #D51BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51BE8; }

 p { color: rgb(213,27,232); }

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

background-color css

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

 a { background-color: rgb(213,27,232); }

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

border-color css

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

 span { border-color: rgb(213,27,232); }

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