Html Css Color HEX #D227EF Psychedelic Purple

📋 copy color: '#D227EF'

red 210 ◦ green 39 ◦ blue 239

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

Shades of Psychedelic Purple #D227EF

Tints of Psychedelic Purple #D227EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 43.03%
G = 7.99%
B = 48.98%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D227EF (or 0xD227EF) is known color: Psychedelic Purple. HEX triplet: D2, 27 and EF. RGB value is (210,39,239). Sum of RGB (Red+Green+Blue) = 210+39+239=488 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.03% from 488); Green value is 39 (15.62% from 255 or 7.99% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #D227EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227EF is #2DD810. Grayscale: #707070. Windows color (decimal): -3004433 or 15673298. OLE color: 15673298.

HSL color Cylindrical-coordinate representation of color #D227EF: hue angle of 291.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D227EF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 39 239 -
CMYK 0.12 0.84 0 0.06
HSL 291.3º 0.86% 0.55% -
HSV(B) 291.3º 0.84% 0.94% -
XYZ 42.88 21.38 83.53 -
YUV 112.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 210 39 239 0.12 0.84 0 0.06 291.3 0.86 0.55
Hex D2 27 EF C 54 0 6 123 56 37
Octal 322 47 357 14 124 0 6 443 126 67
Binary 11010010 100111 11101111 1100 1010100 0 110 100100011 1010110 110111

Color Harmonies of #D227EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227EF

Black with #D227EF

Text Example


Text Example

White with #D227EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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