Html Css Color HEX #D01CE7 Psychedelic Purple

📋 copy color: '#D01CE7'

red 208 ◦ green 28 ◦ blue 231

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

Shades of Psychedelic Purple #D01CE7

Tints of Psychedelic Purple #D01CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.46%

R = 44.54%
G = 6%
B = 49.46%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D01CE7 (or 0xD01CE7) is known color: Psychedelic Purple. HEX triplet: D0, 1C and E7. RGB value is (208,28,231). Sum of RGB (Red+Green+Blue) = 208+28+231=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 28 (11.33% from 255 or 6.00% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #D01CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D01CE7 is #2FE318. Grayscale: #686868. Windows color (decimal): -3138329 or 15146192. OLE color: 15146192.

HSL color Cylindrical-coordinate representation of color #D01CE7: hue angle of 293.2º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01CE7 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 28 231 -
CMYK 0.10 0.88 0 0.09
HSL 293.2º 0.81% 0.51% -
HSV(B) 293.2º 0.88% 0.91% -
XYZ 40.85 20.01 77.31 -
YUV 104.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 208 28 231 0.10 0.88 0 0.09 293.2 0.81 0.51
Hex D0 1C E7 A 58 0 9 125 51 33
Octal 320 34 347 12 130 0 11 445 121 63
Binary 11010000 11100 11100111 1010 1011000 0 1001 100100101 1010001 110011

Color Harmonies of #D01CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01CE7

Black with #D01CE7

Text Example


Text Example

White with #D01CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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