Html Css Color HEX #D80CEF Psychedelic Purple

📋 copy color: '#D80CEF'

red 216 ◦ green 12 ◦ blue 239

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

Shades of Psychedelic Purple #D80CEF

Tints of Psychedelic Purple #D80CEF

RGB

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

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

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

R = 46.25%
G = 2.57%
B = 51.18%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D80CEF (or 0xD80CEF) is known color: Psychedelic Purple. HEX triplet: D8, 0C and EF. RGB value is (216,12,239). Sum of RGB (Red+Green+Blue) = 216+12+239=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #D80CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80CEF is #27F310. Grayscale: #626262. Windows color (decimal): -2618129 or 15666392. OLE color: 15666392.

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

Color convert

RGB 216 12 239 -
CMYK 0.10 0.95 0 0.06
HSL 293.92º 0.9% 0.49% -
HSV(B) 293.92º 0.95% 0.94% -
XYZ 44.03 21.09 83.41 -
YUV 98.87 207.09 211.54 -
System Red Green Blue C M Y K H S L
Decimal 216 12 239 0.10 0.95 0 0.06 293.92 0.9 0.49
Hex D8 C EF A 5F 0 6 126 5A 31
Octal 330 14 357 12 137 0 6 446 132 61
Binary 11011000 1100 11101111 1010 1011111 0 110 100100110 1011010 110001

Color Harmonies of #D80CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CEF

Black with #D80CEF

Text Example


Text Example

White with #D80CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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