Html Css Color HEX #D72DEB Psychedelic Purple

📋 copy color: '#D72DEB'

red 215 ◦ green 45 ◦ blue 235

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

Shades of Psychedelic Purple #D72DEB

Tints of Psychedelic Purple #D72DEB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.09%

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

R = 43.43%
G = 9.09%
B = 47.47%

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

#D72DEB (or 0xD72DEB) is known color: Psychedelic Purple. HEX triplet: D7, 2D and EB. RGB value is (215,45,235). Sum of RGB (Red+Green+Blue) = 215+45+235=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #D72DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D72DEB is #28D214. Grayscale: #747474. Windows color (decimal): -2675221 or 15412695. OLE color: 15412695.

HSL color Cylindrical-coordinate representation of color #D72DEB: hue angle of 293.68º 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 #D72DEB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 45 235 -
CMYK 0.09 0.81 0 0.08
HSL 293.68º 0.83% 0.55% -
HSV(B) 293.68º 0.81% 0.92% -
XYZ 43.96 22.32 80.59 -
YUV 117.49 194.32 197.55 -
System Red Green Blue C M Y K H S L
Decimal 215 45 235 0.09 0.81 0 0.08 293.68 0.83 0.55
Hex D7 2D EB 9 51 0 8 126 53 37
Octal 327 55 353 11 121 0 10 446 123 67
Binary 11010111 101101 11101011 1001 1010001 0 1000 100100110 1010011 110111

Color Harmonies of #D72DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72DEB

Black with #D72DEB

Text Example


Text Example

White with #D72DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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