Html Css Color HEX #D414FA Psychedelic Purple

📋 copy color: '#D414FA'

red 212 ◦ green 20 ◦ blue 250

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

Shades of Psychedelic Purple #D414FA

Tints of Psychedelic Purple #D414FA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.15%

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

R = 43.98%
G = 4.15%
B = 51.87%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D414FA (or 0xD414FA) is known color: Psychedelic Purple. HEX triplet: D4, 14 and FA. RGB value is (212,20,250). Sum of RGB (Red+Green+Blue) = 212+20+250=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 20 (8.20% from 255 or 4.15% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #D414FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D414FA is #2BEB05. Grayscale: #666666. Windows color (decimal): -2878214 or 16389332. OLE color: 16389332.

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

Color convert

RGB 212 20 250 -
CMYK 0.15 0.92 0 0.02
HSL 290.09º 0.96% 0.53% -
HSV(B) 290.09º 0.92% 0.98% -
XYZ 44.66 21.4 92.22 -
YUV 103.63 210.61 205.3 -
System Red Green Blue C M Y K H S L
Decimal 212 20 250 0.15 0.92 0 0.02 290.09 0.96 0.53
Hex D4 14 FA F 5C 0 2 122 60 35
Octal 324 24 372 17 134 0 2 442 140 65
Binary 11010100 10100 11111010 1111 1011100 0 10 100100010 1100000 110101

Color Harmonies of #D414FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D414FA

Black with #D414FA

Text Example


Text Example

White with #D414FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D414FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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