Html Css Color HEX #D427FA Psychedelic Purple

📋 copy color: '#D427FA'

red 212 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D427FA

Tints of Psychedelic Purple #D427FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.78%

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

R = 42.32%
G = 7.78%
B = 49.9%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D427FA (or 0xD427FA) is known color: Psychedelic Purple. HEX triplet: D4, 27 and FA. RGB value is (212,39,250). Sum of RGB (Red+Green+Blue) = 212+39+250=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 39 (15.62% from 255 or 7.78% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #D427FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D427FA is #2BD805. Grayscale: #727272. Windows color (decimal): -2873350 or 16394196. OLE color: 16394196.

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

Color convert

RGB 212 39 250 -
CMYK 0.15 0.84 0 0.02
HSL 289.19º 0.95% 0.57% -
HSV(B) 289.19º 0.84% 0.98% -
XYZ 45.13 22.35 92.38 -
YUV 114.78 204.31 197.34 -
System Red Green Blue C M Y K H S L
Decimal 212 39 250 0.15 0.84 0 0.02 289.19 0.95 0.57
Hex D4 27 FA F 54 0 2 121 5F 39
Octal 324 47 372 17 124 0 2 441 137 71
Binary 11010100 100111 11111010 1111 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D427FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427FA

Black with #D427FA

Text Example


Text Example

White with #D427FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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