Html Css Color HEX #D730FF Psychedelic Purple

📋 copy color: '#D730FF'

red 215 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #D730FF

Tints of Psychedelic Purple #D730FF

RGB

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

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

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

R = 41.51%
G = 9.27%
B = 49.23%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D730FF (or 0xD730FF) is known color: Psychedelic Purple. HEX triplet: D7, 30 and FF. RGB value is (215,48,255). Sum of RGB (Red+Green+Blue) = 215+48+255=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 48 (19.14% from 255 or 9.27% 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 #D730FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D730FF is #28CF00. Grayscale: #787878. Windows color (decimal): -2674433 or 16724183. OLE color: 16724183.

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

Color convert

RGB 215 48 255 -
CMYK 0.16 0.81 0 0
HSL 288.41º 1% 0.59% -
HSV(B) 288.41º 0.81% 1% -
XYZ 47.13 23.78 96.71 -
YUV 121.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 215 48 255 0.16 0.81 0 0 288.41 1 0.59
Hex D7 30 FF 10 51 0 0 120 64 3B
Octal 327 60 377 20 121 0 0 440 144 73
Binary 11010111 110000 11111111 10000 1010001 0 0 100100000 1100100 111011

Color Harmonies of #D730FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D730FF

Black with #D730FF

Text Example


Text Example

White with #D730FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D730FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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