Html Css Color HEX #D803F6 Psychedelic Purple

📋 copy color: '#D803F6'

red 216 ◦ green 3 ◦ blue 246

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

Shades of Psychedelic Purple #D803F6

Tints of Psychedelic Purple #D803F6

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.65%

 BLUE value IS 246 (96.48% from 255) = 52.9%

R = 46.45%
G = 0.65%
B = 52.9%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D803F6 (or 0xD803F6) is known color: Psychedelic Purple. HEX triplet: D8, 03 and F6. RGB value is (216,3,246). Sum of RGB (Red+Green+Blue) = 216+3+246=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #D803F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D803F6 is #27FC09. Grayscale: #5D5D5D. Windows color (decimal): -2620426 or 16122840. OLE color: 16122840.

HSL color Cylindrical-coordinate representation of color #D803F6: hue angle of 292.59º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803F6 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 3 246 -
CMYK 0.12 0.99 0 0.04
HSL 292.59º 0.98% 0.49% -
HSV(B) 292.59º 0.99% 0.96% -
XYZ 44.99 21.32 88.93 -
YUV 94.39 213.57 214.74 -
System Red Green Blue C M Y K H S L
Decimal 216 3 246 0.12 0.99 0 0.04 292.59 0.98 0.49
Hex D8 3 F6 C 63 0 4 125 62 31
Octal 330 3 366 14 143 0 4 445 142 61
Binary 11011000 11 11110110 1100 1100011 0 100 100100101 1100010 110001

Color Harmonies of #D803F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D803F6

Black with #D803F6

Text Example


Text Example

White with #D803F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D803F6; }

 p { color: rgb(216,3,246); }

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

background-color css

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

 a { background-color: rgb(216,3,246); }

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

border-color css

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

 span { border-color: rgb(216,3,246); }

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