Html Css Color HEX #D227FA Psychedelic Purple

📋 copy color: '#D227FA'

red 210 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D227FA

Tints of Psychedelic Purple #D227FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 42.08%
G = 7.82%
B = 50.1%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D227FA (or 0xD227FA) is known color: Psychedelic Purple. HEX triplet: D2, 27 and FA. RGB value is (210,39,250). Sum of RGB (Red+Green+Blue) = 210+39+250=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 39 (15.62% from 255 or 7.82% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #D227FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227FA is #2DD805. Grayscale: #717171. Windows color (decimal): -3004422 or 16394194. OLE color: 16394194.

HSL color Cylindrical-coordinate representation of color #D227FA: hue angle of 288.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D227FA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 39 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.63º 0.95% 0.57% -
HSV(B) 288.63º 0.84% 0.98% -
XYZ 44.56 22.05 92.35 -
YUV 114.18 204.65 196.34 -
System Red Green Blue C M Y K H S L
Decimal 210 39 250 0.16 0.84 0 0.02 288.63 0.95 0.57
Hex D2 27 FA 10 54 0 2 121 5F 39
Octal 322 47 372 20 124 0 2 441 137 71
Binary 11010010 100111 11111010 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D227FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227FA

Black with #D227FA

Text Example


Text Example

White with #D227FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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