Html Css Color HEX #D229EE Psychedelic Purple

📋 copy color: '#D229EE'

red 210 ◦ green 41 ◦ blue 238

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

Shades of Psychedelic Purple #D229EE

Tints of Psychedelic Purple #D229EE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.38%

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

R = 42.94%
G = 8.38%
B = 48.67%

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

#D229EE (or 0xD229EE) is known color: Psychedelic Purple. HEX triplet: D2, 29 and EE. RGB value is (210,41,238). Sum of RGB (Red+Green+Blue) = 210+41+238=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #D229EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229EE is #2DD611. Grayscale: #717171. Windows color (decimal): -3003922 or 15608274. OLE color: 15608274.

HSL color Cylindrical-coordinate representation of color #D229EE: hue angle of 291.47º 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 #D229EE is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 41 238 -
CMYK 0.12 0.83 0 0.07
HSL 291.47º 0.85% 0.55% -
HSV(B) 291.47º 0.83% 0.93% -
XYZ 42.8 21.46 82.78 -
YUV 113.99 197.99 196.48 -
System Red Green Blue C M Y K H S L
Decimal 210 41 238 0.12 0.83 0 0.07 291.47 0.85 0.55
Hex D2 29 EE C 53 0 7 123 55 37
Octal 322 51 356 14 123 0 7 443 125 67
Binary 11010010 101001 11101110 1100 1010011 0 111 100100011 1010101 110111

Color Harmonies of #D229EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229EE

Black with #D229EE

Text Example


Text Example

White with #D229EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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