Html Css Color HEX #D227ED Psychedelic Purple

📋 copy color: '#D227ED'

red 210 ◦ green 39 ◦ blue 237

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

Shades of Psychedelic Purple #D227ED

Tints of Psychedelic Purple #D227ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.02%

 BLUE value IS 237 (92.97% from 255) = 48.77%

R = 43.21%
G = 8.02%
B = 48.77%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D227ED (or 0xD227ED) is known color: Psychedelic Purple. HEX triplet: D2, 27 and ED. RGB value is (210,39,237). Sum of RGB (Red+Green+Blue) = 210+39+237=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 39 (15.62% from 255 or 8.02% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #D227ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227ED is #2DD812. Grayscale: #707070. Windows color (decimal): -3004435 or 15542226. OLE color: 15542226.

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

Color convert

RGB 210 39 237 -
CMYK 0.11 0.84 0 0.07
HSL 291.82º 0.85% 0.54% -
HSV(B) 291.82º 0.84% 0.93% -
XYZ 42.59 21.27 81.98 -
YUV 112.7 198.15 197.4 -
System Red Green Blue C M Y K H S L
Decimal 210 39 237 0.11 0.84 0 0.07 291.82 0.85 0.54
Hex D2 27 ED B 54 0 7 124 55 36
Octal 322 47 355 13 124 0 7 444 125 66
Binary 11010010 100111 11101101 1011 1010100 0 111 100100100 1010101 110110

Color Harmonies of #D227ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227ED

Black with #D227ED

Text Example


Text Example

White with #D227ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227ED; }

 p { color: rgb(210,39,237); }

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

background-color css

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

 a { background-color: rgb(210,39,237); }

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

border-color css

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

 span { border-color: rgb(210,39,237); }

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