Html Css Color HEX #D330F8 Psychedelic Purple

📋 copy color: '#D330F8'

red 211 ◦ green 48 ◦ blue 248

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

Shades of Psychedelic Purple #D330F8

Tints of Psychedelic Purple #D330F8

RGB

 RED value IS 211 (82.81% from 255) = 41.62%

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

 BLUE value IS 248 (97.27% from 255) = 48.92%

R = 41.62%
G = 9.47%
B = 48.92%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D330F8 (or 0xD330F8) is known color: Psychedelic Purple. HEX triplet: D3, 30 and F8. RGB value is (211,48,248). Sum of RGB (Red+Green+Blue) = 211+48+248=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 48 (19.14% from 255 or 9.47% from 507); Blue value is 248 (97.27% from 255 or 48.92% from 507); Max value from RGB is 248 - color contains mainly: blue. Hex color #D330F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D330F8 is #2CCF07. Grayscale: #767676. Windows color (decimal): -2936584 or 16265427. OLE color: 16265427.

HSL color Cylindrical-coordinate representation of color #D330F8: hue angle of 288.9º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D330F8 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 48 248 -
CMYK 0.15 0.81 0 0.03
HSL 288.9º 0.93% 0.58% -
HSV(B) 288.9º 0.81% 0.97% -
XYZ 44.86 22.74 90.83 -
YUV 119.54 200.5 193.24 -
System Red Green Blue C M Y K H S L
Decimal 211 48 248 0.15 0.81 0 0.03 288.9 0.93 0.58
Hex D3 30 F8 F 51 0 3 121 5D 3A
Octal 323 60 370 17 121 0 3 441 135 72
Binary 11010011 110000 11111000 1111 1010001 0 11 100100001 1011101 111010

Color Harmonies of #D330F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330F8

Black with #D330F8

Text Example


Text Example

White with #D330F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330F8; }

 p { color: rgb(211,48,248); }

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

background-color css

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

 a { background-color: rgb(211,48,248); }

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

border-color css

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

 span { border-color: rgb(211,48,248); }

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