Html Css Color HEX #D72CEF Psychedelic Purple

📋 copy color: '#D72CEF'

red 215 ◦ green 44 ◦ blue 239

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

Shades of Psychedelic Purple #D72CEF

Tints of Psychedelic Purple #D72CEF

RGB

 RED value IS 215 (84.38% from 255) = 43.17%

 GREEN value IS 44 (17.58% from 255) = 8.84%

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 43.17%
G = 8.84%
B = 47.99%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D72CEF (or 0xD72CEF) is known color: Psychedelic Purple. HEX triplet: D7, 2C and EF. RGB value is (215,44,239). Sum of RGB (Red+Green+Blue) = 215+44+239=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #D72CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CEF is #28D310. Grayscale: #747474. Windows color (decimal): -2675473 or 15674583. OLE color: 15674583.

HSL color Cylindrical-coordinate representation of color #D72CEF: hue angle of 292.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D72CEF is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 44 239 -
CMYK 0.10 0.82 0 0.06
HSL 292.62º 0.86% 0.55% -
HSV(B) 292.62º 0.82% 0.94% -
XYZ 44.51 22.48 83.65 -
YUV 117.36 196.65 197.64 -
System Red Green Blue C M Y K H S L
Decimal 215 44 239 0.10 0.82 0 0.06 292.62 0.86 0.55
Hex D7 2C EF A 52 0 6 125 56 37
Octal 327 54 357 12 122 0 6 445 126 67
Binary 11010111 101100 11101111 1010 1010010 0 110 100100101 1010110 110111

Color Harmonies of #D72CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CEF

Black with #D72CEF

Text Example


Text Example

White with #D72CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CEF; }

 p { color: rgb(215,44,239); }

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

background-color css

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

 a { background-color: rgb(215,44,239); }

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

border-color css

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

 span { border-color: rgb(215,44,239); }

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