Html Css Color HEX #D42DF9 Psychedelic Purple

📋 copy color: '#D42DF9'

red 212 ◦ green 45 ◦ blue 249

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

Shades of Psychedelic Purple #D42DF9

Tints of Psychedelic Purple #D42DF9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.89%

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 41.9%
G = 8.89%
B = 49.21%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D42DF9 (or 0xD42DF9) is known color: Psychedelic Purple. HEX triplet: D4, 2D and F9. RGB value is (212,45,249). Sum of RGB (Red+Green+Blue) = 212+45+249=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 45 (17.97% from 255 or 8.89% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #D42DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42DF9 is #2BD206. Grayscale: #757575. Windows color (decimal): -2871815 or 16330196. OLE color: 16330196.

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

Color convert

RGB 212 45 249 -
CMYK 0.15 0.82 0 0.02
HSL 289.12º 0.94% 0.58% -
HSV(B) 289.12º 0.82% 0.98% -
XYZ 45.19 22.71 91.62 -
YUV 118.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 212 45 249 0.15 0.82 0 0.02 289.12 0.94 0.58
Hex D4 2D F9 F 52 0 2 121 5E 3A
Octal 324 55 371 17 122 0 2 441 136 72
Binary 11010100 101101 11111001 1111 1010010 0 10 100100001 1011110 111010

Color Harmonies of #D42DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42DF9

Black with #D42DF9

Text Example


Text Example

White with #D42DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42DF9; }

 p { color: rgb(212,45,249); }

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

background-color css

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

 a { background-color: rgb(212,45,249); }

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

border-color css

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

 span { border-color: rgb(212,45,249); }

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