Html Css Color HEX #D413FD Psychedelic Purple

📋 copy color: '#D413FD'

red 212 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #D413FD

Tints of Psychedelic Purple #D413FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.93%

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

R = 43.8%
G = 3.93%
B = 52.27%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D413FD (or 0xD413FD) is known color: Psychedelic Purple. HEX triplet: D4, 13 and FD. RGB value is (212,19,253). Sum of RGB (Red+Green+Blue) = 212+19+253=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #D413FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D413FD is #2BEC02. Grayscale: #666666. Windows color (decimal): -2878467 or 16585684. OLE color: 16585684.

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

Color convert

RGB 212 19 253 -
CMYK 0.16 0.92 0 0.01
HSL 289.49º 0.98% 0.53% -
HSV(B) 289.49º 0.92% 0.99% -
XYZ 45.11 21.55 94.71 -
YUV 103.38 212.44 205.47 -
System Red Green Blue C M Y K H S L
Decimal 212 19 253 0.16 0.92 0 0.01 289.49 0.98 0.53
Hex D4 13 FD 10 5C 0 1 121 62 35
Octal 324 23 375 20 134 0 1 441 142 65
Binary 11010100 10011 11111101 10000 1011100 0 1 100100001 1100010 110101

Color Harmonies of #D413FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413FD

Black with #D413FD

Text Example


Text Example

White with #D413FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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