Html Css Color HEX #D437FD Psychedelic Purple

📋 copy color: '#D437FD'

red 212 ◦ green 55 ◦ blue 253

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

Shades of Psychedelic Purple #D437FD

Tints of Psychedelic Purple #D437FD

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.58%

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

R = 40.77%
G = 10.58%
B = 48.65%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D437FD (or 0xD437FD) is known color: Psychedelic Purple. HEX triplet: D4, 37 and FD. RGB value is (212,55,253). Sum of RGB (Red+Green+Blue) = 212+55+253=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 55 (21.88% from 255 or 10.58% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #D437FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D437FD is #2BC802. Grayscale: #7B7B7B. Windows color (decimal): -2869251 or 16594900. OLE color: 16594900.

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

Color convert

RGB 212 55 253 -
CMYK 0.16 0.78 0 0.01
HSL 287.58º 0.98% 0.6% -
HSV(B) 287.58º 0.78% 0.99% -
XYZ 46.25 23.82 95.09 -
YUV 124.52 200.51 190.4 -
System Red Green Blue C M Y K H S L
Decimal 212 55 253 0.16 0.78 0 0.01 287.58 0.98 0.6
Hex D4 37 FD 10 4E 0 1 120 62 3C
Octal 324 67 375 20 116 0 1 440 142 74
Binary 11010100 110111 11111101 10000 1001110 0 1 100100000 1100010 111100

Color Harmonies of #D437FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D437FD

Black with #D437FD

Text Example


Text Example

White with #D437FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D437FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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