Html Css Color HEX #D229EA Psychedelic Purple

📋 copy color: '#D229EA'

red 210 ◦ green 41 ◦ blue 234

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

Shades of Psychedelic Purple #D229EA

Tints of Psychedelic Purple #D229EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 43.3%
G = 8.45%
B = 48.25%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D229EA (or 0xD229EA) is known color: Psychedelic Purple. HEX triplet: D2, 29 and EA. RGB value is (210,41,234). Sum of RGB (Red+Green+Blue) = 210+41+234=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #D229EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229EA is #2DD615. Grayscale: #707070. Windows color (decimal): -3003926 or 15346130. OLE color: 15346130.

HSL color Cylindrical-coordinate representation of color #D229EA: hue angle of 292.54º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D229EA is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 41 234 -
CMYK 0.10 0.82 0 0.08
HSL 292.54º 0.82% 0.54% -
HSV(B) 292.54º 0.82% 0.92% -
XYZ 42.22 21.23 79.71 -
YUV 113.53 195.99 196.81 -
System Red Green Blue C M Y K H S L
Decimal 210 41 234 0.10 0.82 0 0.08 292.54 0.82 0.54
Hex D2 29 EA A 52 0 8 125 52 36
Octal 322 51 352 12 122 0 10 445 122 66
Binary 11010010 101001 11101010 1010 1010010 0 1000 100100101 1010010 110110

Color Harmonies of #D229EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229EA

Black with #D229EA

Text Example


Text Example

White with #D229EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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