Html Css Color HEX #D422FD Psychedelic Purple

📋 copy color: '#D422FD'

red 212 ◦ green 34 ◦ blue 253

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

Shades of Psychedelic Purple #D422FD

Tints of Psychedelic Purple #D422FD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.81%

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

R = 42.48%
G = 6.81%
B = 50.7%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D422FD (or 0xD422FD) is known color: Psychedelic Purple. HEX triplet: D4, 22 and FD. RGB value is (212,34,253). Sum of RGB (Red+Green+Blue) = 212+34+253=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 34 (13.67% from 255 or 6.81% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #D422FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D422FD is #2BDD02. Grayscale: #6F6F6F. Windows color (decimal): -2874627 or 16589524. OLE color: 16589524.

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

Color convert

RGB 212 34 253 -
CMYK 0.16 0.87 0 0.01
HSL 288.77º 0.98% 0.56% -
HSV(B) 288.77º 0.87% 0.99% -
XYZ 45.45 22.23 94.82 -
YUV 112.19 207.47 199.19 -
System Red Green Blue C M Y K H S L
Decimal 212 34 253 0.16 0.87 0 0.01 288.77 0.98 0.56
Hex D4 22 FD 10 57 0 1 121 62 38
Octal 324 42 375 20 127 0 1 441 142 70
Binary 11010100 100010 11111101 10000 1010111 0 1 100100001 1100010 111000

Color Harmonies of #D422FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D422FD

Black with #D422FD

Text Example


Text Example

White with #D422FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D422FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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