Html Css Color HEX #D737FD Psychedelic Purple

📋 copy color: '#D737FD'

red 215 ◦ green 55 ◦ blue 253

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

Shades of Psychedelic Purple #D737FD

Tints of Psychedelic Purple #D737FD

RGB

 RED value IS 215 (84.38% from 255) = 41.11%

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

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

R = 41.11%
G = 10.52%
B = 48.37%

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

#D737FD (or 0xD737FD) is known color: Psychedelic Purple. HEX triplet: D7, 37 and FD. RGB value is (215,55,253). Sum of RGB (Red+Green+Blue) = 215+55+253=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 55 (21.88% from 255 or 10.52% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #D737FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D737FD is #28C802. Grayscale: #7C7C7C. Windows color (decimal): -2672643 or 16594903. OLE color: 16594903.

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

Color convert

RGB 215 55 253 -
CMYK 0.15 0.78 0 0.01
HSL 288.48º 0.98% 0.6% -
HSV(B) 288.48º 0.78% 0.99% -
XYZ 47.12 24.27 95.13 -
YUV 125.41 200.01 191.9 -
System Red Green Blue C M Y K H S L
Decimal 215 55 253 0.15 0.78 0 0.01 288.48 0.98 0.6
Hex D7 37 FD F 4E 0 1 120 62 3C
Octal 327 67 375 17 116 0 1 440 142 74
Binary 11010111 110111 11111101 1111 1001110 0 1 100100000 1100010 111100

Color Harmonies of #D737FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737FD

Black with #D737FD

Text Example


Text Example

White with #D737FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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