Html Css Color HEX #D01BFF Psychedelic Purple

📋 copy color: '#D01BFF'

red 208 ◦ green 27 ◦ blue 255

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

Shades of Psychedelic Purple #D01BFF

Tints of Psychedelic Purple #D01BFF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.51%

 BLUE value IS 255 (100% from 255) = 52.04%

R = 42.45%
G = 5.51%
B = 52.04%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D01BFF (or 0xD01BFF) is known color: Psychedelic Purple. HEX triplet: D0, 1B and FF. RGB value is (208,27,255). Sum of RGB (Red+Green+Blue) = 208+27+255=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 27 (10.94% from 255 or 5.51% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #D01BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01BFF is #2FE400. Grayscale: #6A6A6A. Windows color (decimal): -3138561 or 16718800. OLE color: 16718800.

HSL color Cylindrical-coordinate representation of color #D01BFF: hue angle of 287.63º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01BFF is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 27 255 -
CMYK 0.18 0.89 0 0
HSL 287.63º 1% 0.55% -
HSV(B) 287.63º 0.89% 1% -
XYZ 44.45 21.41 96.4 -
YUV 107.11 211.47 199.96 -
System Red Green Blue C M Y K H S L
Decimal 208 27 255 0.18 0.89 0 0 287.63 1 0.55
Hex D0 1B FF 12 59 0 0 120 64 37
Octal 320 33 377 22 131 0 0 440 144 67
Binary 11010000 11011 11111111 10010 1011001 0 0 100100000 1100100 110111

Color Harmonies of #D01BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01BFF

Black with #D01BFF

Text Example


Text Example

White with #D01BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01BFF; }

 p { color: rgb(208,27,255); }

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

background-color css

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

 a { background-color: rgb(208,27,255); }

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

border-color css

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

 span { border-color: rgb(208,27,255); }

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