Html Css Color HEX #D023FA Psychedelic Purple

📋 copy color: '#D023FA'

red 208 ◦ green 35 ◦ blue 250

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

Shades of Psychedelic Purple #D023FA

Tints of Psychedelic Purple #D023FA

RGB

 RED value IS 208 (81.64% from 255) = 42.19%

 GREEN value IS 35 (14.06% from 255) = 7.1%

 BLUE value IS 250 (98.05% from 255) = 50.71%

R = 42.19%
G = 7.1%
B = 50.71%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D023FA (or 0xD023FA) is known color: Psychedelic Purple. HEX triplet: D0, 23 and FA. RGB value is (208,35,250). Sum of RGB (Red+Green+Blue) = 208+35+250=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #D023FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D023FA is #2FDC05. Grayscale: #6E6E6E. Windows color (decimal): -3136518 or 16393168. OLE color: 16393168.

HSL color Cylindrical-coordinate representation of color #D023FA: hue angle of 288.28º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D023FA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 35 250 -
CMYK 0.17 0.86 0 0.02
HSL 288.28º 0.96% 0.56% -
HSV(B) 288.28º 0.86% 0.98% -
XYZ 43.87 21.51 92.28 -
YUV 111.24 206.31 197.02 -
System Red Green Blue C M Y K H S L
Decimal 208 35 250 0.17 0.86 0 0.02 288.28 0.96 0.56
Hex D0 23 FA 11 56 0 2 120 60 38
Octal 320 43 372 21 126 0 2 440 140 70
Binary 11010000 100011 11111010 10001 1010110 0 10 100100000 1100000 111000

Color Harmonies of #D023FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D023FA

Black with #D023FA

Text Example


Text Example

White with #D023FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D023FA; }

 p { color: rgb(208,35,250); }

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

background-color css

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

 a { background-color: rgb(208,35,250); }

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

border-color css

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

 span { border-color: rgb(208,35,250); }

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