Html Css Color HEX #D01AFB Psychedelic Purple

📋 copy color: '#D01AFB'

red 208 ◦ green 26 ◦ blue 251

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

Shades of Psychedelic Purple #D01AFB

Tints of Psychedelic Purple #D01AFB

RGB

 RED value IS 208 (81.64% from 255) = 42.89%

 GREEN value IS 26 (10.55% from 255) = 5.36%

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

R = 42.89%
G = 5.36%
B = 51.75%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D01AFB (or 0xD01AFB) is known color: Psychedelic Purple. HEX triplet: D0, 1A and FB. RGB value is (208,26,251). Sum of RGB (Red+Green+Blue) = 208+26+251=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #D01AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01AFB is #2FE504. Grayscale: #696969. Windows color (decimal): -3138821 or 16456400. OLE color: 16456400.

HSL color Cylindrical-coordinate representation of color #D01AFB: hue angle of 288.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01AFB is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 26 251 -
CMYK 0.17 0.90 0 0.02
HSL 288.53º 0.97% 0.54% -
HSV(B) 288.53º 0.9% 0.98% -
XYZ 43.79 21.11 93.03 -
YUV 106.07 209.8 200.7 -
System Red Green Blue C M Y K H S L
Decimal 208 26 251 0.17 0.90 0 0.02 288.53 0.97 0.54
Hex D0 1A FB 11 5A 0 2 121 61 36
Octal 320 32 373 21 132 0 2 441 141 66
Binary 11010000 11010 11111011 10001 1011010 0 10 100100001 1100001 110110

Color Harmonies of #D01AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01AFB

Black with #D01AFB

Text Example


Text Example

White with #D01AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01AFB; }

 p { color: rgb(208,26,251); }

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

background-color css

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

 a { background-color: rgb(208,26,251); }

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

border-color css

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

 span { border-color: rgb(208,26,251); }

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