Html Css Color HEX #D030FE Psychedelic Purple

📋 copy color: '#D030FE'

red 208 ◦ green 48 ◦ blue 254

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

Shades of Psychedelic Purple #D030FE

Tints of Psychedelic Purple #D030FE

RGB

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

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

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

R = 40.78%
G = 9.41%
B = 49.8%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D030FE (or 0xD030FE) is known color: Psychedelic Purple. HEX triplet: D0, 30 and FE. RGB value is (208,48,254). Sum of RGB (Red+Green+Blue) = 208+48+254=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 48 (19.14% from 255 or 9.41% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #D030FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030FE is #2FCF01. Grayscale: #767676. Windows color (decimal): -3133186 or 16658640. OLE color: 16658640.

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

Color convert

RGB 208 48 254 -
CMYK 0.18 0.81 0 0.00
HSL 286.6º 0.99% 0.59% -
HSV(B) 286.6º 0.81% 1% -
XYZ 44.96 22.68 95.77 -
YUV 119.32 204.01 191.25 -
System Red Green Blue C M Y K H S L
Decimal 208 48 254 0.18 0.81 0 0.00 286.6 0.99 0.59
Hex D0 30 FE 12 51 0 0 11F 63 3B
Octal 320 60 376 22 121 0 0 437 143 73
Binary 11010000 110000 11111110 10010 1010001 0 0 100011111 1100011 111011

Color Harmonies of #D030FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D030FE

Black with #D030FE

Text Example


Text Example

White with #D030FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D030FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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