Html Css Color HEX #D337FD Psychedelic Purple

📋 copy color: '#D337FD'

red 211 ◦ green 55 ◦ blue 253

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

Shades of Psychedelic Purple #D337FD

Tints of Psychedelic Purple #D337FD

RGB

 RED value IS 211 (82.81% from 255) = 40.66%

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

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

R = 40.66%
G = 10.6%
B = 48.75%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D337FD (or 0xD337FD) is known color: Psychedelic Purple. HEX triplet: D3, 37 and FD. RGB value is (211,55,253). Sum of RGB (Red+Green+Blue) = 211+55+253=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 55 (21.88% from 255 or 10.60% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #D337FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337FD is #2CC802. Grayscale: #7B7B7B. Windows color (decimal): -2934787 or 16594899. OLE color: 16594899.

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

Color convert

RGB 211 55 253 -
CMYK 0.17 0.78 0 0.01
HSL 287.27º 0.98% 0.6% -
HSV(B) 287.27º 0.78% 0.99% -
XYZ 45.96 23.67 95.08 -
YUV 124.22 200.68 189.9 -
System Red Green Blue C M Y K H S L
Decimal 211 55 253 0.17 0.78 0 0.01 287.27 0.98 0.6
Hex D3 37 FD 11 4E 0 1 11F 62 3C
Octal 323 67 375 21 116 0 1 437 142 74
Binary 11010011 110111 11111101 10001 1001110 0 1 100011111 1100010 111100

Color Harmonies of #D337FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337FD

Black with #D337FD

Text Example


Text Example

White with #D337FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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