Html Css Color HEX #D432FA Psychedelic Purple

📋 copy color: '#D432FA'

red 212 ◦ green 50 ◦ blue 250

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

Shades of Psychedelic Purple #D432FA

Tints of Psychedelic Purple #D432FA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.77%

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

R = 41.41%
G = 9.77%
B = 48.83%

CMYK

 C value IS 0.15

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D432FA (or 0xD432FA) is known color: Psychedelic Purple. HEX triplet: D4, 32 and FA. RGB value is (212,50,250). Sum of RGB (Red+Green+Blue) = 212+50+250=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #D432FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D432FA is #2BCD05. Grayscale: #787878. Windows color (decimal): -2870534 or 16397012. OLE color: 16397012.

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

Color convert

RGB 212 50 250 -
CMYK 0.15 0.8 0 0.02
HSL 288.6º 0.95% 0.59% -
HSV(B) 288.6º 0.8% 0.98% -
XYZ 45.55 23.18 92.52 -
YUV 121.24 200.67 192.74 -
System Red Green Blue C M Y K H S L
Decimal 212 50 250 0.15 0.8 0 0.02 288.6 0.95 0.59
Hex D4 32 FA F 50 0 2 121 5F 3B
Octal 324 62 372 17 120 0 2 441 137 73
Binary 11010100 110010 11111010 1111 1010000 0 10 100100001 1011111 111011

Color Harmonies of #D432FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D432FA

Black with #D432FA

Text Example


Text Example

White with #D432FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D432FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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