Html Css Color HEX #D337FF Psychedelic Purple

📋 copy color: '#D337FF'

red 211 ◦ green 55 ◦ blue 255

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

Shades of Psychedelic Purple #D337FF

Tints of Psychedelic Purple #D337FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 40.5%
G = 10.56%
B = 48.94%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D337FF (or 0xD337FF) is known color: Psychedelic Purple. HEX triplet: D3, 37 and FF. RGB value is (211,55,255). Sum of RGB (Red+Green+Blue) = 211+55+255=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 55 (21.88% from 255 or 10.56% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #D337FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D337FF is #2CC800. Grayscale: #7B7B7B. Windows color (decimal): -2934785 or 16725971. OLE color: 16725971.

HSL color Cylindrical-coordinate representation of color #D337FF: hue angle of 286.8º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D337FF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 55 255 -
CMYK 0.17 0.78 0 0
HSL 286.8º 1% 0.61% -
HSV(B) 286.8º 0.78% 1% -
XYZ 46.28 23.8 96.76 -
YUV 124.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 211 55 255 0.17 0.78 0 0 286.8 1 0.61
Hex D3 37 FF 11 4E 0 0 11F 64 3D
Octal 323 67 377 21 116 0 0 437 144 75
Binary 11010011 110111 11111111 10001 1001110 0 0 100011111 1100100 111101

Color Harmonies of #D337FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D337FF

Black with #D337FF

Text Example


Text Example

White with #D337FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D337FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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