Html Css Color HEX #D42FFD Psychedelic Purple

📋 copy color: '#D42FFD'

red 212 ◦ green 47 ◦ blue 253

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

Shades of Psychedelic Purple #D42FFD

Tints of Psychedelic Purple #D42FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.18%

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

R = 41.41%
G = 9.18%
B = 49.41%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D42FFD (or 0xD42FFD) is known color: Psychedelic Purple. HEX triplet: D4, 2F and FD. RGB value is (212,47,253). Sum of RGB (Red+Green+Blue) = 212+47+253=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 47 (18.75% from 255 or 9.18% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #D42FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FFD is #2BD002. Grayscale: #777777. Windows color (decimal): -2871299 or 16592852. OLE color: 16592852.

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

Color convert

RGB 212 47 253 -
CMYK 0.16 0.81 0 0.01
HSL 288.06º 0.98% 0.59% -
HSV(B) 288.06º 0.81% 0.99% -
XYZ 45.9 23.12 94.97 -
YUV 119.82 203.16 193.75 -
System Red Green Blue C M Y K H S L
Decimal 212 47 253 0.16 0.81 0 0.01 288.06 0.98 0.59
Hex D4 2F FD 10 51 0 1 120 62 3B
Octal 324 57 375 20 121 0 1 440 142 73
Binary 11010100 101111 11111101 10000 1010001 0 1 100100000 1100010 111011

Color Harmonies of #D42FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42FFD

Black with #D42FFD

Text Example


Text Example

White with #D42FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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