Html Css Color HEX #D739FF Psychedelic Purple

📋 copy color: '#D739FF'

red 215 ◦ green 57 ◦ blue 255

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

Shades of Psychedelic Purple #D739FF

Tints of Psychedelic Purple #D739FF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 10.82%

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

R = 40.8%
G = 10.82%
B = 48.39%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D739FF (or 0xD739FF) is known color: Psychedelic Purple. HEX triplet: D7, 39 and FF. RGB value is (215,57,255). Sum of RGB (Red+Green+Blue) = 215+57+255=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 57 (22.66% from 255 or 10.82% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #D739FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D739FF is #28C600. Grayscale: #7E7E7E. Windows color (decimal): -2672129 or 16726487. OLE color: 16726487.

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

Color convert

RGB 215 57 255 -
CMYK 0.16 0.78 0 0
HSL 287.88º 1% 0.61% -
HSV(B) 287.88º 0.78% 1% -
XYZ 47.54 24.59 96.85 -
YUV 126.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 215 57 255 0.16 0.78 0 0 287.88 1 0.61
Hex D7 39 FF 10 4E 0 0 120 64 3D
Octal 327 71 377 20 116 0 0 440 144 75
Binary 11010111 111001 11111111 10000 1001110 0 0 100100000 1100100 111101

Color Harmonies of #D739FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D739FF

Black with #D739FF

Text Example


Text Example

White with #D739FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D739FF; }

 p { color: rgb(215,57,255); }

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

background-color css

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

 a { background-color: rgb(215,57,255); }

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

border-color css

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

 span { border-color: rgb(215,57,255); }

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