Html Css Color HEX #D423FA Psychedelic Purple

📋 copy color: '#D423FA'

red 212 ◦ green 35 ◦ blue 250

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

Shades of Psychedelic Purple #D423FA

Tints of Psychedelic Purple #D423FA

RGB

 RED value IS 212 (83.2% from 255) = 42.66%

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

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

R = 42.66%
G = 7.04%
B = 50.3%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D423FA (or 0xD423FA) is known color: Psychedelic Purple. HEX triplet: D4, 23 and FA. RGB value is (212,35,250). Sum of RGB (Red+Green+Blue) = 212+35+250=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 35 (14.06% from 255 or 7.04% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #D423FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D423FA is #2BDC05. Grayscale: #6F6F6F. Windows color (decimal): -2874374 or 16393172. OLE color: 16393172.

HSL color Cylindrical-coordinate representation of color #D423FA: hue angle of 289.4º 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 #D423FA is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 35 250 -
CMYK 0.15 0.86 0 0.02
HSL 289.4º 0.96% 0.56% -
HSV(B) 289.4º 0.86% 0.98% -
XYZ 45.01 22.1 92.34 -
YUV 112.43 205.64 199.02 -
System Red Green Blue C M Y K H S L
Decimal 212 35 250 0.15 0.86 0 0.02 289.4 0.96 0.56
Hex D4 23 FA F 56 0 2 121 60 38
Octal 324 43 372 17 126 0 2 441 140 70
Binary 11010100 100011 11111010 1111 1010110 0 10 100100001 1100000 111000

Color Harmonies of #D423FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D423FA

Black with #D423FA

Text Example


Text Example

White with #D423FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D423FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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