Html Css Color HEX #D229EB Psychedelic Purple

📋 copy color: '#D229EB'

red 210 ◦ green 41 ◦ blue 235

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

Shades of Psychedelic Purple #D229EB

Tints of Psychedelic Purple #D229EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.35%

R = 43.21%
G = 8.44%
B = 48.35%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D229EB (or 0xD229EB) is known color: Psychedelic Purple. HEX triplet: D2, 29 and EB. RGB value is (210,41,235). Sum of RGB (Red+Green+Blue) = 210+41+235=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #D229EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D229EB is #2DD614. Grayscale: #717171. Windows color (decimal): -3003925 or 15411666. OLE color: 15411666.

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

Color convert

RGB 210 41 235 -
CMYK 0.11 0.83 0 0.08
HSL 292.27º 0.83% 0.54% -
HSV(B) 292.27º 0.83% 0.92% -
XYZ 42.37 21.29 80.47 -
YUV 113.65 196.49 196.73 -
System Red Green Blue C M Y K H S L
Decimal 210 41 235 0.11 0.83 0 0.08 292.27 0.83 0.54
Hex D2 29 EB B 53 0 8 124 53 36
Octal 322 51 353 13 123 0 10 444 123 66
Binary 11010010 101001 11101011 1011 1010011 0 1000 100100100 1010011 110110

Color Harmonies of #D229EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229EB

Black with #D229EB

Text Example


Text Example

White with #D229EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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