Html Css Color HEX #D72CEB Psychedelic Purple

📋 copy color: '#D72CEB'

red 215 ◦ green 44 ◦ blue 235

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

Shades of Psychedelic Purple #D72CEB

Tints of Psychedelic Purple #D72CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.57%

R = 43.52%
G = 8.91%
B = 47.57%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D72CEB (or 0xD72CEB) is known color: Psychedelic Purple. HEX triplet: D7, 2C and EB. RGB value is (215,44,235). Sum of RGB (Red+Green+Blue) = 215+44+235=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #D72CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72CEB is #28D314. Grayscale: #747474. Windows color (decimal): -2675477 or 15412439. OLE color: 15412439.

HSL color Cylindrical-coordinate representation of color #D72CEB: hue angle of 293.72º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D72CEB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 44 235 -
CMYK 0.09 0.81 0 0.08
HSL 293.72º 0.83% 0.55% -
HSV(B) 293.72º 0.81% 0.92% -
XYZ 43.92 22.25 80.58 -
YUV 116.9 194.65 197.97 -
System Red Green Blue C M Y K H S L
Decimal 215 44 235 0.09 0.81 0 0.08 293.72 0.83 0.55
Hex D7 2C EB 9 51 0 8 126 53 37
Octal 327 54 353 11 121 0 10 446 123 67
Binary 11010111 101100 11101011 1001 1010001 0 1000 100100110 1010011 110111

Color Harmonies of #D72CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72CEB

Black with #D72CEB

Text Example


Text Example

White with #D72CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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