Html Css Color HEX #D412FD Psychedelic Purple

📋 copy color: '#D412FD'

red 212 ◦ green 18 ◦ blue 253

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

Shades of Psychedelic Purple #D412FD

Tints of Psychedelic Purple #D412FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 43.89%
G = 3.73%
B = 52.38%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D412FD (or 0xD412FD) is known color: Psychedelic Purple. HEX triplet: D4, 12 and FD. RGB value is (212,18,253). Sum of RGB (Red+Green+Blue) = 212+18+253=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 18 (7.42% from 255 or 3.73% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #D412FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D412FD is #2BED02. Grayscale: #666666. Windows color (decimal): -2878723 or 16585428. OLE color: 16585428.

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

Color convert

RGB 212 18 253 -
CMYK 0.16 0.93 0 0.01
HSL 289.53º 0.98% 0.53% -
HSV(B) 289.53º 0.93% 0.99% -
XYZ 45.1 21.52 94.71 -
YUV 102.8 212.77 205.89 -
System Red Green Blue C M Y K H S L
Decimal 212 18 253 0.16 0.93 0 0.01 289.53 0.98 0.53
Hex D4 12 FD 10 5D 0 1 122 62 35
Octal 324 22 375 20 135 0 1 442 142 65
Binary 11010100 10010 11111101 10000 1011101 0 1 100100010 1100010 110101

Color Harmonies of #D412FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D412FD

Black with #D412FD

Text Example


Text Example

White with #D412FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D412FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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