Html Css Color HEX #D80DED Psychedelic Purple

📋 copy color: '#D80DED'

red 216 ◦ green 13 ◦ blue 237

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

Shades of Psychedelic Purple #D80DED

Tints of Psychedelic Purple #D80DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 46.35%
G = 2.79%
B = 50.86%

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

#D80DED (or 0xD80DED) is known color: Psychedelic Purple. HEX triplet: D8, 0D and ED. RGB value is (216,13,237). Sum of RGB (Red+Green+Blue) = 216+13+237=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 13 (5.47% from 255 or 2.79% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #D80DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80DED is #27F212. Grayscale: #626262. Windows color (decimal): -2617875 or 15535576. OLE color: 15535576.

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

Color convert

RGB 216 13 237 -
CMYK 0.09 0.95 0 0.07
HSL 294.38º 0.9% 0.49% -
HSV(B) 294.38º 0.95% 0.93% -
XYZ 43.75 21 81.87 -
YUV 99.23 205.75 211.29 -
System Red Green Blue C M Y K H S L
Decimal 216 13 237 0.09 0.95 0 0.07 294.38 0.9 0.49
Hex D8 D ED 9 5F 0 7 126 5A 31
Octal 330 15 355 11 137 0 7 446 132 61
Binary 11011000 1101 11101101 1001 1011111 0 111 100100110 1011010 110001

Color Harmonies of #D80DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DED

Black with #D80DED

Text Example


Text Example

White with #D80DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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