Html Css Color HEX #D330EF Psychedelic Purple

📋 copy color: '#D330EF'

red 211 ◦ green 48 ◦ blue 239

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

Shades of Psychedelic Purple #D330EF

Tints of Psychedelic Purple #D330EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.99%

R = 42.37%
G = 9.64%
B = 47.99%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D330EF (or 0xD330EF) is known color: Psychedelic Purple. HEX triplet: D3, 30 and EF. RGB value is (211,48,239). Sum of RGB (Red+Green+Blue) = 211+48+239=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #D330EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D330EF is #2CCF10. Grayscale: #757575. Windows color (decimal): -2936593 or 15675603. OLE color: 15675603.

HSL color Cylindrical-coordinate representation of color #D330EF: hue angle of 291.2º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D330EF is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 48 239 -
CMYK 0.12 0.80 0 0.06
HSL 291.2º 0.86% 0.56% -
HSV(B) 291.2º 0.8% 0.94% -
XYZ 43.5 22.19 83.65 -
YUV 118.51 196 193.97 -
System Red Green Blue C M Y K H S L
Decimal 211 48 239 0.12 0.80 0 0.06 291.2 0.86 0.56
Hex D3 30 EF C 50 0 6 123 56 38
Octal 323 60 357 14 120 0 6 443 126 70
Binary 11010011 110000 11101111 1100 1010000 0 110 100100011 1010110 111000

Color Harmonies of #D330EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330EF

Black with #D330EF

Text Example


Text Example

White with #D330EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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