Html Css Color HEX #D228EE Psychedelic Purple

📋 copy color: '#D228EE'

red 210 ◦ green 40 ◦ blue 238

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

Shades of Psychedelic Purple #D228EE

Tints of Psychedelic Purple #D228EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 43.03%
G = 8.2%
B = 48.77%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D228EE (or 0xD228EE) is known color: Psychedelic Purple. HEX triplet: D2, 28 and EE. RGB value is (210,40,238). Sum of RGB (Red+Green+Blue) = 210+40+238=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #D228EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D228EE is #2DD711. Grayscale: #707070. Windows color (decimal): -3004178 or 15608018. OLE color: 15608018.

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

Color convert

RGB 210 40 238 -
CMYK 0.12 0.83 0 0.07
HSL 291.52º 0.85% 0.55% -
HSV(B) 291.52º 0.83% 0.93% -
XYZ 42.77 21.39 82.76 -
YUV 113.4 198.32 196.9 -
System Red Green Blue C M Y K H S L
Decimal 210 40 238 0.12 0.83 0 0.07 291.52 0.85 0.55
Hex D2 28 EE C 53 0 7 124 55 37
Octal 322 50 356 14 123 0 7 444 125 67
Binary 11010010 101000 11101110 1100 1010011 0 111 100100100 1010101 110111

Color Harmonies of #D228EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D228EE

Black with #D228EE

Text Example


Text Example

White with #D228EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D228EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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