Html Css Color HEX #D01CF7 Psychedelic Purple

📋 copy color: '#D01CF7'

red 208 ◦ green 28 ◦ blue 247

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

Shades of Psychedelic Purple #D01CF7

Tints of Psychedelic Purple #D01CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 51.14%

R = 43.06%
G = 5.8%
B = 51.14%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D01CF7 (or 0xD01CF7) is known color: Psychedelic Purple. HEX triplet: D0, 1C and F7. RGB value is (208,28,247). Sum of RGB (Red+Green+Blue) = 208+28+247=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 28 (11.33% from 255 or 5.80% from 483); Blue value is 247 (96.88% from 255 or 51.14% from 483); Max value from RGB is 247 - color contains mainly: blue. Hex color #D01CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CF7 is #2FE308. Grayscale: #6A6A6A. Windows color (decimal): -3138313 or 16194768. OLE color: 16194768.

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

Color convert

RGB 208 28 247 -
CMYK 0.16 0.89 0 0.03
HSL 289.32º 0.93% 0.54% -
HSV(B) 289.32º 0.89% 0.97% -
XYZ 43.22 20.96 89.76 -
YUV 106.79 207.13 200.19 -
System Red Green Blue C M Y K H S L
Decimal 208 28 247 0.16 0.89 0 0.03 289.32 0.93 0.54
Hex D0 1C F7 10 59 0 3 121 5D 36
Octal 320 34 367 20 131 0 3 441 135 66
Binary 11010000 11100 11110111 10000 1011001 0 11 100100001 1011101 110110

Color Harmonies of #D01CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CF7

Black with #D01CF7

Text Example


Text Example

White with #D01CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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