Html Css Color HEX #D228F9 Psychedelic Purple

📋 copy color: '#D228F9'

red 210 ◦ green 40 ◦ blue 249

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

Shades of Psychedelic Purple #D228F9

Tints of Psychedelic Purple #D228F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.02%

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

R = 42.08%
G = 8.02%
B = 49.9%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D228F9 (or 0xD228F9) is known color: Psychedelic Purple. HEX triplet: D2, 28 and F9. RGB value is (210,40,249). Sum of RGB (Red+Green+Blue) = 210+40+249=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #D228F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228F9 is #2DD706. Grayscale: #717171. Windows color (decimal): -3004167 or 16328914. OLE color: 16328914.

HSL color Cylindrical-coordinate representation of color #D228F9: hue angle of 288.8º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D228F9 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 40 249 -
CMYK 0.16 0.84 0 0.02
HSL 288.8º 0.95% 0.57% -
HSV(B) 288.8º 0.84% 0.98% -
XYZ 44.44 22.06 91.54 -
YUV 114.66 203.82 196.01 -
System Red Green Blue C M Y K H S L
Decimal 210 40 249 0.16 0.84 0 0.02 288.8 0.95 0.57
Hex D2 28 F9 10 54 0 2 121 5F 39
Octal 322 50 371 20 124 0 2 441 137 71
Binary 11010010 101000 11111001 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D228F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228F9

Black with #D228F9

Text Example


Text Example

White with #D228F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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