Html Css Color HEX #D50BFE Psychedelic Purple

📋 copy color: '#D50BFE'

red 213 ◦ green 11 ◦ blue 254

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

Shades of Psychedelic Purple #D50BFE

Tints of Psychedelic Purple #D50BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 44.56%
G = 2.3%
B = 53.14%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D50BFE (or 0xD50BFE) is known color: Psychedelic Purple. HEX triplet: D5, 0B and FE. RGB value is (213,11,254). Sum of RGB (Red+Green+Blue) = 213+11+254=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 11 (4.69% from 255 or 2.30% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #D50BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50BFE is #2AF401. Grayscale: #626262. Windows color (decimal): -2814978 or 16649173. OLE color: 16649173.

HSL color Cylindrical-coordinate representation of color #D50BFE: hue angle of 289.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50BFE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 213 11 254 -
CMYK 0.16 0.96 0 0.00
HSL 289.88º 0.99% 0.52% -
HSV(B) 289.88º 0.96% 1% -
XYZ 45.45 21.54 95.53 -
YUV 99.1 215.42 209.24 -
System Red Green Blue C M Y K H S L
Decimal 213 11 254 0.16 0.96 0 0.00 289.88 0.99 0.52
Hex D5 B FE 10 60 0 0 122 63 34
Octal 325 13 376 20 140 0 0 442 143 64
Binary 11010101 1011 11111110 10000 1100000 0 0 100100010 1100011 110100

Color Harmonies of #D50BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50BFE

Black with #D50BFE

Text Example


Text Example

White with #D50BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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