Html Css Color HEX #D01CF9 Psychedelic Purple

📋 copy color: '#D01CF9'

red 208 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #D01CF9

Tints of Psychedelic Purple #D01CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.77%

 BLUE value IS 249 (97.66% from 255) = 51.34%

R = 42.89%
G = 5.77%
B = 51.34%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D01CF9 (or 0xD01CF9) is known color: Psychedelic Purple. HEX triplet: D0, 1C and F9. RGB value is (208,28,249). Sum of RGB (Red+Green+Blue) = 208+28+249=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #D01CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CF9 is #2FE306. Grayscale: #6A6A6A. Windows color (decimal): -3138311 or 16325840. OLE color: 16325840.

HSL color Cylindrical-coordinate representation of color #D01CF9: hue angle of 288.87º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D01CF9 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 28 249 -
CMYK 0.16 0.89 0 0.02
HSL 288.87º 0.95% 0.54% -
HSV(B) 288.87º 0.89% 0.98% -
XYZ 43.53 21.08 91.4 -
YUV 107.01 208.13 200.03 -
System Red Green Blue C M Y K H S L
Decimal 208 28 249 0.16 0.89 0 0.02 288.87 0.95 0.54
Hex D0 1C F9 10 59 0 2 121 5F 36
Octal 320 34 371 20 131 0 2 441 137 66
Binary 11010000 11100 11111001 10000 1011001 0 10 100100001 1011111 110110

Color Harmonies of #D01CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CF9

Black with #D01CF9

Text Example


Text Example

White with #D01CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CF9; }

 p { color: rgb(208,28,249); }

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

background-color css

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

 a { background-color: rgb(208,28,249); }

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

border-color css

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

 span { border-color: rgb(208,28,249); }

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