Html Css Color HEX #D933F9 Psychedelic Purple

📋 copy color: '#D933F9'

red 217 ◦ green 51 ◦ blue 249

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

Shades of Psychedelic Purple #D933F9

Tints of Psychedelic Purple #D933F9

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

 GREEN value IS 51 (20.31% from 255) = 9.86%

 BLUE value IS 249 (97.66% from 255) = 48.16%

R = 41.97%
G = 9.86%
B = 48.16%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D933F9 (or 0xD933F9) is known color: Psychedelic Purple. HEX triplet: D9, 33 and F9. RGB value is (217,51,249). Sum of RGB (Red+Green+Blue) = 217+51+249=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 51 (20.31% from 255 or 9.86% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #D933F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D933F9 is #26CC06. Grayscale: #7A7A7A. Windows color (decimal): -2542599 or 16331737. OLE color: 16331737.

HSL color Cylindrical-coordinate representation of color #D933F9: hue angle of 290.3º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D933F9 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 51 249 -
CMYK 0.13 0.80 0 0.02
HSL 290.3º 0.94% 0.59% -
HSV(B) 290.3º 0.8% 0.98% -
XYZ 46.9 23.96 91.78 -
YUV 123.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 217 51 249 0.13 0.80 0 0.02 290.3 0.94 0.59
Hex D9 33 F9 D 50 0 2 122 5E 3B
Octal 331 63 371 15 120 0 2 442 136 73
Binary 11011001 110011 11111001 1101 1010000 0 10 100100010 1011110 111011

Color Harmonies of #D933F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D933F9

Black with #D933F9

Text Example


Text Example

White with #D933F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D933F9; }

 p { color: rgb(217,51,249); }

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

background-color css

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

 a { background-color: rgb(217,51,249); }

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

border-color css

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

 span { border-color: rgb(217,51,249); }

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