Html Css Color HEX #D80DEE Psychedelic Purple

📋 copy color: '#D80DEE'

red 216 ◦ green 13 ◦ blue 238

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

Shades of Psychedelic Purple #D80DEE

Tints of Psychedelic Purple #D80DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.78%

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

R = 46.25%
G = 2.78%
B = 50.96%

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

#D80DEE (or 0xD80DEE) is known color: Psychedelic Purple. HEX triplet: D8, 0D and EE. RGB value is (216,13,238). Sum of RGB (Red+Green+Blue) = 216+13+238=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 13 (5.47% from 255 or 2.78% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #D80DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80DEE is #27F211. Grayscale: #626262. Windows color (decimal): -2617874 or 15601112. OLE color: 15601112.

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

Color convert

RGB 216 13 238 -
CMYK 0.09 0.95 0 0.07
HSL 294.13º 0.9% 0.49% -
HSV(B) 294.13º 0.95% 0.93% -
XYZ 43.9 21.06 82.64 -
YUV 99.35 206.25 211.2 -
System Red Green Blue C M Y K H S L
Decimal 216 13 238 0.09 0.95 0 0.07 294.13 0.9 0.49
Hex D8 D EE 9 5F 0 7 126 5A 31
Octal 330 15 356 11 137 0 7 446 132 61
Binary 11011000 1101 11101110 1001 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D80DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DEE

Black with #D80DEE

Text Example


Text Example

White with #D80DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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