Html Css Color HEX #D730FE Psychedelic Purple

📋 copy color: '#D730FE'

red 215 ◦ green 48 ◦ blue 254

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

Shades of Psychedelic Purple #D730FE

Tints of Psychedelic Purple #D730FE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.28%

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

R = 41.59%
G = 9.28%
B = 49.13%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D730FE (or 0xD730FE) is known color: Psychedelic Purple. HEX triplet: D7, 30 and FE. RGB value is (215,48,254). Sum of RGB (Red+Green+Blue) = 215+48+254=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #D730FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730FE is #28CF01. Grayscale: #787878. Windows color (decimal): -2674434 or 16658647. OLE color: 16658647.

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

Color convert

RGB 215 48 254 -
CMYK 0.15 0.81 0 0.00
HSL 288.64º 0.99% 0.59% -
HSV(B) 288.64º 0.81% 1% -
XYZ 46.97 23.72 95.87 -
YUV 121.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 215 48 254 0.15 0.81 0 0.00 288.64 0.99 0.59
Hex D7 30 FE F 51 0 0 121 63 3B
Octal 327 60 376 17 121 0 0 441 143 73
Binary 11010111 110000 11111110 1111 1010001 0 0 100100001 1100011 111011

Color Harmonies of #D730FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730FE

Black with #D730FE

Text Example


Text Example

White with #D730FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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