Html Css Color HEX #D037FF Psychedelic Purple

📋 copy color: '#D037FF'

red 208 ◦ green 55 ◦ blue 255

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

Shades of Psychedelic Purple #D037FF

Tints of Psychedelic Purple #D037FF

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

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

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

R = 40.15%
G = 10.62%
B = 49.23%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D037FF (or 0xD037FF) is known color: Psychedelic Purple. HEX triplet: D0, 37 and FF. RGB value is (208,55,255). Sum of RGB (Red+Green+Blue) = 208+55+255=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 55 (21.88% from 255 or 10.62% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #D037FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D037FF is #2FC800. Grayscale: #7A7A7A. Windows color (decimal): -3131393 or 16725968. OLE color: 16725968.

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

Color convert

RGB 208 55 255 -
CMYK 0.18 0.78 0 0
HSL 285.9º 1% 0.61% -
HSV(B) 285.9º 0.78% 1% -
XYZ 45.43 23.36 96.72 -
YUV 123.55 202.19 188.24 -
System Red Green Blue C M Y K H S L
Decimal 208 55 255 0.18 0.78 0 0 285.9 1 0.61
Hex D0 37 FF 12 4E 0 0 11E 64 3D
Octal 320 67 377 22 116 0 0 436 144 75
Binary 11010000 110111 11111111 10010 1001110 0 0 100011110 1100100 111101

Color Harmonies of #D037FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D037FF

Black with #D037FF

Text Example


Text Example

White with #D037FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D037FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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