Html Css Color HEX #D233F9 Psychedelic Purple

📋 copy color: '#D233F9'

red 210 ◦ green 51 ◦ blue 249

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

Shades of Psychedelic Purple #D233F9

Tints of Psychedelic Purple #D233F9

RGB

 RED value IS 210 (82.42% from 255) = 41.18%

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

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

R = 41.18%
G = 10%
B = 48.82%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D233F9 (or 0xD233F9) is known color: Psychedelic Purple. HEX triplet: D2, 33 and F9. RGB value is (210,51,249). Sum of RGB (Red+Green+Blue) = 210+51+249=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 51 (20.31% from 255 or 10% from 510); Blue value is 249 (97.66% from 255 or 48.82% from 510); Max value from RGB is 249 - color contains mainly: blue. Hex color #D233F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D233F9 is #2DCC06. Grayscale: #787878. Windows color (decimal): -3001351 or 16331730. OLE color: 16331730.

HSL color Cylindrical-coordinate representation of color #D233F9: hue angle of 288.18º 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 #D233F9 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 51 249 -
CMYK 0.16 0.80 0 0.02
HSL 288.18º 0.94% 0.59% -
HSV(B) 288.18º 0.8% 0.98% -
XYZ 44.86 22.91 91.68 -
YUV 121.11 200.18 191.4 -
System Red Green Blue C M Y K H S L
Decimal 210 51 249 0.16 0.80 0 0.02 288.18 0.94 0.59
Hex D2 33 F9 10 50 0 2 120 5E 3B
Octal 322 63 371 20 120 0 2 440 136 73
Binary 11010010 110011 11111001 10000 1010000 0 10 100100000 1011110 111011

Color Harmonies of #D233F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D233F9

Black with #D233F9

Text Example


Text Example

White with #D233F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D233F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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