Html Css Color HEX #D80CEB Psychedelic Purple

📋 copy color: '#D80CEB'

red 216 ◦ green 12 ◦ blue 235

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

Shades of Psychedelic Purple #D80CEB

Tints of Psychedelic Purple #D80CEB

RGB

 RED value IS 216 (84.77% from 255) = 46.65%

 GREEN value IS 12 (5.08% from 255) = 2.59%

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

R = 46.65%
G = 2.59%
B = 50.76%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D80CEB (or 0xD80CEB) is known color: Psychedelic Purple. HEX triplet: D8, 0C and EB. RGB value is (216,12,235). Sum of RGB (Red+Green+Blue) = 216+12+235=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 12 (5.08% from 255 or 2.59% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #D80CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80CEB is #27F314. Grayscale: #616161. Windows color (decimal): -2618133 or 15404248. OLE color: 15404248.

HSL color Cylindrical-coordinate representation of color #D80CEB: hue angle of 294.89º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80CEB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 12 235 -
CMYK 0.08 0.95 0 0.08
HSL 294.89º 0.9% 0.48% -
HSV(B) 294.89º 0.95% 0.92% -
XYZ 43.45 20.86 80.33 -
YUV 98.42 205.09 211.87 -
System Red Green Blue C M Y K H S L
Decimal 216 12 235 0.08 0.95 0 0.08 294.89 0.9 0.48
Hex D8 C EB 8 5F 0 8 127 5A 30
Octal 330 14 353 10 137 0 10 447 132 60
Binary 11011000 1100 11101011 1000 1011111 0 1000 100100111 1011010 110000

Color Harmonies of #D80CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CEB

Black with #D80CEB

Text Example


Text Example

White with #D80CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CEB; }

 p { color: rgb(216,12,235); }

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

background-color css

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

 a { background-color: rgb(216,12,235); }

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

border-color css

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

 span { border-color: rgb(216,12,235); }

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