Html Css Color HEX #D434FA Psychedelic Purple

📋 copy color: '#D434FA'

red 212 ◦ green 52 ◦ blue 250

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

Shades of Psychedelic Purple #D434FA

Tints of Psychedelic Purple #D434FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.12%

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

R = 41.25%
G = 10.12%
B = 48.64%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D434FA (or 0xD434FA) is known color: Psychedelic Purple. HEX triplet: D4, 34 and FA. RGB value is (212,52,250). Sum of RGB (Red+Green+Blue) = 212+52+250=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 52 (20.70% from 255 or 10.12% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #D434FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434FA is #2BCB05. Grayscale: #797979. Windows color (decimal): -2870022 or 16397524. OLE color: 16397524.

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

Color convert

RGB 212 52 250 -
CMYK 0.15 0.79 0 0.02
HSL 288.48º 0.95% 0.59% -
HSV(B) 288.48º 0.79% 0.98% -
XYZ 45.63 23.36 92.55 -
YUV 122.41 200.01 191.9 -
System Red Green Blue C M Y K H S L
Decimal 212 52 250 0.15 0.79 0 0.02 288.48 0.95 0.59
Hex D4 34 FA F 4F 0 2 120 5F 3B
Octal 324 64 372 17 117 0 2 440 137 73
Binary 11010100 110100 11111010 1111 1001111 0 10 100100000 1011111 111011

Color Harmonies of #D434FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434FA

Black with #D434FA

Text Example


Text Example

White with #D434FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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