Html Css Color HEX #D50EFB Psychedelic Purple

📋 copy color: '#D50EFB'

red 213 ◦ green 14 ◦ blue 251

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

Shades of Psychedelic Purple #D50EFB

Tints of Psychedelic Purple #D50EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.93%

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 44.56%
G = 2.93%
B = 52.51%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D50EFB (or 0xD50EFB) is known color: Psychedelic Purple. HEX triplet: D5, 0E and FB. RGB value is (213,14,251). Sum of RGB (Red+Green+Blue) = 213+14+251=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #D50EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50EFB is #2AF104. Grayscale: #636363. Windows color (decimal): -2814213 or 16453333. OLE color: 16453333.

HSL color Cylindrical-coordinate representation of color #D50EFB: hue angle of 290.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50EFB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 14 251 -
CMYK 0.15 0.94 0 0.02
HSL 290.38º 0.97% 0.52% -
HSV(B) 290.38º 0.94% 0.98% -
XYZ 45.01 21.43 93.03 -
YUV 100.52 212.93 208.23 -
System Red Green Blue C M Y K H S L
Decimal 213 14 251 0.15 0.94 0 0.02 290.38 0.97 0.52
Hex D5 E FB F 5E 0 2 122 61 34
Octal 325 16 373 17 136 0 2 442 141 64
Binary 11010101 1110 11111011 1111 1011110 0 10 100100010 1100001 110100

Color Harmonies of #D50EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50EFB

Black with #D50EFB

Text Example


Text Example

White with #D50EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50EFB; }

 p { color: rgb(213,14,251); }

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

background-color css

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

 a { background-color: rgb(213,14,251); }

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

border-color css

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

 span { border-color: rgb(213,14,251); }

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