Html Css Color HEX #D737FE Psychedelic Purple

📋 copy color: '#D737FE'

red 215 ◦ green 55 ◦ blue 254

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

Shades of Psychedelic Purple #D737FE

Tints of Psychedelic Purple #D737FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 41.03%
G = 10.5%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D737FE (or 0xD737FE) is known color: Psychedelic Purple. HEX triplet: D7, 37 and FE. RGB value is (215,55,254). Sum of RGB (Red+Green+Blue) = 215+55+254=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 55 (21.88% from 255 or 10.50% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #D737FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D737FE is #28C801. Grayscale: #7C7C7C. Windows color (decimal): -2672642 or 16660439. OLE color: 16660439.

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

Color convert

RGB 215 55 254 -
CMYK 0.15 0.78 0 0.00
HSL 288.24º 0.99% 0.61% -
HSV(B) 288.24º 0.78% 1% -
XYZ 47.28 24.34 95.97 -
YUV 125.53 200.51 191.82 -
System Red Green Blue C M Y K H S L
Decimal 215 55 254 0.15 0.78 0 0.00 288.24 0.99 0.61
Hex D7 37 FE F 4E 0 0 120 63 3D
Octal 327 67 376 17 116 0 0 440 143 75
Binary 11010111 110111 11111110 1111 1001110 0 0 100100000 1100011 111101

Color Harmonies of #D737FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737FE

Black with #D737FE

Text Example


Text Example

White with #D737FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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