Html Css Color HEX #D50BE8 Psychedelic Purple

📋 copy color: '#D50BE8'

red 213 ◦ green 11 ◦ blue 232

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

Shades of Psychedelic Purple #D50BE8

Tints of Psychedelic Purple #D50BE8

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.41%

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

R = 46.71%
G = 2.41%
B = 50.88%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D50BE8 (or 0xD50BE8) is known color: Psychedelic Purple. HEX triplet: D5, 0B and E8. RGB value is (213,11,232). Sum of RGB (Red+Green+Blue) = 213+11+232=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #D50BE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BE8 is #2AF417. Grayscale: #5F5F5F. Windows color (decimal): -2815000 or 15207381. OLE color: 15207381.

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

Color convert

RGB 213 11 232 -
CMYK 0.08 0.95 0 0.09
HSL 294.84º 0.91% 0.48% -
HSV(B) 294.84º 0.95% 0.91% -
XYZ 42.13 20.21 78.02 -
YUV 96.59 204.42 211.03 -
System Red Green Blue C M Y K H S L
Decimal 213 11 232 0.08 0.95 0 0.09 294.84 0.91 0.48
Hex D5 B E8 8 5F 0 9 127 5B 30
Octal 325 13 350 10 137 0 11 447 133 60
Binary 11010101 1011 11101000 1000 1011111 0 1001 100100111 1011011 110000

Color Harmonies of #D50BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BE8

Black with #D50BE8

Text Example


Text Example

White with #D50BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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