Html Css Color HEX #D80DFD Psychedelic Purple

📋 copy color: '#D80DFD'

red 216 ◦ green 13 ◦ blue 253

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

Shades of Psychedelic Purple #D80DFD

Tints of Psychedelic Purple #D80DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 44.81%
G = 2.7%
B = 52.49%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D80DFD (or 0xD80DFD) is known color: Psychedelic Purple. HEX triplet: D8, 0D and FD. RGB value is (216,13,253). Sum of RGB (Red+Green+Blue) = 216+13+253=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 13 (5.47% from 255 or 2.70% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #D80DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80DFD is #27F202. Grayscale: #646464. Windows color (decimal): -2617859 or 16584152. OLE color: 16584152.

HSL color Cylindrical-coordinate representation of color #D80DFD: hue angle of 290.75º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80DFD is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 13 253 -
CMYK 0.15 0.95 0 0.01
HSL 290.75º 0.98% 0.52% -
HSV(B) 290.75º 0.95% 0.99% -
XYZ 46.19 21.98 94.74 -
YUV 101.06 213.75 209.99 -
System Red Green Blue C M Y K H S L
Decimal 216 13 253 0.15 0.95 0 0.01 290.75 0.98 0.52
Hex D8 D FD F 5F 0 1 123 62 34
Octal 330 15 375 17 137 0 1 443 142 64
Binary 11011000 1101 11111101 1111 1011111 0 1 100100011 1100010 110100

Color Harmonies of #D80DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80DFD

Black with #D80DFD

Text Example


Text Example

White with #D80DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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