Html Css Color HEX #D637FD Psychedelic Purple

📋 copy color: '#D637FD'

red 214 ◦ green 55 ◦ blue 253

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

Shades of Psychedelic Purple #D637FD

Tints of Psychedelic Purple #D637FD

RGB

 RED value IS 214 (83.98% from 255) = 41%

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

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

R = 41%
G = 10.54%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D637FD (or 0xD637FD) is known color: Psychedelic Purple. HEX triplet: D6, 37 and FD. RGB value is (214,55,253). Sum of RGB (Red+Green+Blue) = 214+55+253=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 55 (21.88% from 255 or 10.54% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #D637FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D637FD is #29C802. Grayscale: #7C7C7C. Windows color (decimal): -2738179 or 16594902. OLE color: 16594902.

HSL color Cylindrical-coordinate representation of color #D637FD: hue angle of 288.18º 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 #D637FD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 55 253 -
CMYK 0.15 0.78 0 0.01
HSL 288.18º 0.98% 0.6% -
HSV(B) 288.18º 0.78% 0.99% -
XYZ 46.83 24.12 95.12 -
YUV 125.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 214 55 253 0.15 0.78 0 0.01 288.18 0.98 0.6
Hex D6 37 FD F 4E 0 1 120 62 3C
Octal 326 67 375 17 116 0 1 440 142 74
Binary 11010110 110111 11111101 1111 1001110 0 1 100100000 1100010 111100

Color Harmonies of #D637FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D637FD

Black with #D637FD

Text Example


Text Example

White with #D637FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D637FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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