Html Css Color HEX #D80CEE Psychedelic Purple

📋 copy color: '#D80CEE'

red 216 ◦ green 12 ◦ blue 238

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

Shades of Psychedelic Purple #D80CEE

Tints of Psychedelic Purple #D80CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.07%

R = 46.35%
G = 2.58%
B = 51.07%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D80CEE (or 0xD80CEE) is known color: Psychedelic Purple. HEX triplet: D8, 0C and EE. RGB value is (216,12,238). Sum of RGB (Red+Green+Blue) = 216+12+238=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #D80CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80CEE is #27F311. Grayscale: #626262. Windows color (decimal): -2618130 or 15600856. OLE color: 15600856.

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

Color convert

RGB 216 12 238 -
CMYK 0.09 0.95 0 0.07
HSL 294.16º 0.9% 0.49% -
HSV(B) 294.16º 0.95% 0.93% -
XYZ 43.88 21.03 82.64 -
YUV 98.76 206.59 211.62 -
System Red Green Blue C M Y K H S L
Decimal 216 12 238 0.09 0.95 0 0.07 294.16 0.9 0.49
Hex D8 C EE 9 5F 0 7 126 5A 31
Octal 330 14 356 11 137 0 7 446 132 61
Binary 11011000 1100 11101110 1001 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D80CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80CEE

Black with #D80CEE

Text Example


Text Example

White with #D80CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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