Html Css Color HEX #D430FA Psychedelic Purple

📋 copy color: '#D430FA'

red 212 ◦ green 48 ◦ blue 250

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

Shades of Psychedelic Purple #D430FA

Tints of Psychedelic Purple #D430FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.41%

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

R = 41.57%
G = 9.41%
B = 49.02%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D430FA (or 0xD430FA) is known color: Psychedelic Purple. HEX triplet: D4, 30 and FA. RGB value is (212,48,250). Sum of RGB (Red+Green+Blue) = 212+48+250=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #D430FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430FA is #2BCF05. Grayscale: #777777. Windows color (decimal): -2871046 or 16396500. OLE color: 16396500.

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

Color convert

RGB 212 48 250 -
CMYK 0.15 0.81 0 0.02
HSL 288.71º 0.95% 0.58% -
HSV(B) 288.71º 0.81% 0.98% -
XYZ 45.46 23.01 92.49 -
YUV 120.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 212 48 250 0.15 0.81 0 0.02 288.71 0.95 0.58
Hex D4 30 FA F 51 0 2 121 5F 3A
Octal 324 60 372 17 121 0 2 441 137 72
Binary 11010100 110000 11111010 1111 1010001 0 10 100100001 1011111 111010

Color Harmonies of #D430FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430FA

Black with #D430FA

Text Example


Text Example

White with #D430FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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