Html Css Color HEX #D228F0 Psychedelic Purple

📋 copy color: '#D228F0'

red 210 ◦ green 40 ◦ blue 240

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

Shades of Psychedelic Purple #D228F0

Tints of Psychedelic Purple #D228F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 42.86%
G = 8.16%
B = 48.98%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D228F0 (or 0xD228F0) is known color: Psychedelic Purple. HEX triplet: D2, 28 and F0. RGB value is (210,40,240). Sum of RGB (Red+Green+Blue) = 210+40+240=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #D228F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228F0 is #2DD70F. Grayscale: #717171. Windows color (decimal): -3004176 or 15739090. OLE color: 15739090.

HSL color Cylindrical-coordinate representation of color #D228F0: hue angle of 291º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D228F0 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 40 240 -
CMYK 0.12 0.83 0 0.06
HSL 291º 0.87% 0.55% -
HSV(B) 291º 0.83% 0.94% -
XYZ 43.07 21.51 84.32 -
YUV 113.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 210 40 240 0.12 0.83 0 0.06 291 0.87 0.55
Hex D2 28 F0 C 53 0 6 123 57 37
Octal 322 50 360 14 123 0 6 443 127 67
Binary 11010010 101000 11110000 1100 1010011 0 110 100100011 1010111 110111

Color Harmonies of #D228F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228F0

Black with #D228F0

Text Example


Text Example

White with #D228F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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