Html Css Color HEX #D228FA Psychedelic Purple

📋 copy color: '#D228FA'

red 210 ◦ green 40 ◦ blue 250

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

Shades of Psychedelic Purple #D228FA

Tints of Psychedelic Purple #D228FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 42%
G = 8%
B = 50%

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

#D228FA (or 0xD228FA) is known color: Psychedelic Purple. HEX triplet: D2, 28 and FA. RGB value is (210,40,250). Sum of RGB (Red+Green+Blue) = 210+40+250=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 40 (16.02% from 255 or 8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #D228FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228FA is #2DD705. Grayscale: #727272. Windows color (decimal): -3004166 or 16394450. OLE color: 16394450.

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

Color convert

RGB 210 40 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.57º 0.95% 0.57% -
HSV(B) 288.57º 0.84% 0.98% -
XYZ 44.59 22.12 92.36 -
YUV 114.77 204.32 195.92 -
System Red Green Blue C M Y K H S L
Decimal 210 40 250 0.16 0.84 0 0.02 288.57 0.95 0.57
Hex D2 28 FA 10 54 0 2 121 5F 39
Octal 322 50 372 20 124 0 2 441 137 71
Binary 11010010 101000 11111010 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D228FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228FA

Black with #D228FA

Text Example


Text Example

White with #D228FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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