Html Css Color HEX #D412FA Psychedelic Purple

📋 copy color: '#D412FA'

red 212 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #D412FA

Tints of Psychedelic Purple #D412FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.75%

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

R = 44.17%
G = 3.75%
B = 52.08%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D412FA (or 0xD412FA) is known color: Psychedelic Purple. HEX triplet: D4, 12 and FA. RGB value is (212,18,250). Sum of RGB (Red+Green+Blue) = 212+18+250=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 18 (7.42% from 255 or 3.75% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #D412FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D412FA is #2BED05. Grayscale: #656565. Windows color (decimal): -2878726 or 16388820. OLE color: 16388820.

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

Color convert

RGB 212 18 250 -
CMYK 0.15 0.93 0 0.02
HSL 290.17º 0.96% 0.53% -
HSV(B) 290.17º 0.93% 0.98% -
XYZ 44.62 21.33 92.21 -
YUV 102.45 211.27 206.14 -
System Red Green Blue C M Y K H S L
Decimal 212 18 250 0.15 0.93 0 0.02 290.17 0.96 0.53
Hex D4 12 FA F 5D 0 2 122 60 35
Octal 324 22 372 17 135 0 2 442 140 65
Binary 11010100 10010 11111010 1111 1011101 0 10 100100010 1100000 110101

Color Harmonies of #D412FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412FA

Black with #D412FA

Text Example


Text Example

White with #D412FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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