Html Css Color HEX #D50AFB Psychedelic Purple

📋 copy color: '#D50AFB'

red 213 ◦ green 10 ◦ blue 251

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

Shades of Psychedelic Purple #D50AFB

Tints of Psychedelic Purple #D50AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.11%

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

R = 44.94%
G = 2.11%
B = 52.95%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D50AFB (or 0xD50AFB) is known color: Psychedelic Purple. HEX triplet: D5, 0A and FB. RGB value is (213,10,251). Sum of RGB (Red+Green+Blue) = 213+10+251=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 10 (4.30% from 255 or 2.11% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #D50AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50AFB is #2AF504. Grayscale: #616161. Windows color (decimal): -2815237 or 16452309. OLE color: 16452309.

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

Color convert

RGB 213 10 251 -
CMYK 0.15 0.96 0 0.02
HSL 290.54º 0.97% 0.51% -
HSV(B) 290.54º 0.96% 0.98% -
XYZ 44.96 21.33 93.01 -
YUV 98.17 214.25 209.9 -
System Red Green Blue C M Y K H S L
Decimal 213 10 251 0.15 0.96 0 0.02 290.54 0.97 0.51
Hex D5 A FB F 60 0 2 123 61 33
Octal 325 12 373 17 140 0 2 443 141 63
Binary 11010101 1010 11111011 1111 1100000 0 10 100100011 1100001 110011

Color Harmonies of #D50AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50AFB

Black with #D50AFB

Text Example


Text Example

White with #D50AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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