Html Css Color HEX #D227FD Psychedelic Purple

📋 copy color: '#D227FD'

red 210 ◦ green 39 ◦ blue 253

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

Shades of Psychedelic Purple #D227FD

Tints of Psychedelic Purple #D227FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 41.83%
G = 7.77%
B = 50.4%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D227FD (or 0xD227FD) is known color: Psychedelic Purple. HEX triplet: D2, 27 and FD. RGB value is (210,39,253). Sum of RGB (Red+Green+Blue) = 210+39+253=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #D227FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227FD is #2DD802. Grayscale: #717171. Windows color (decimal): -3004419 or 16590802. OLE color: 16590802.

HSL color Cylindrical-coordinate representation of color #D227FD: hue angle of 287.94º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D227FD is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 39 253 -
CMYK 0.17 0.85 0 0.01
HSL 287.94º 0.98% 0.57% -
HSV(B) 287.94º 0.85% 0.99% -
XYZ 45.03 22.24 94.85 -
YUV 114.53 206.15 196.1 -
System Red Green Blue C M Y K H S L
Decimal 210 39 253 0.17 0.85 0 0.01 287.94 0.98 0.57
Hex D2 27 FD 11 55 0 1 120 62 39
Octal 322 47 375 21 125 0 1 440 142 71
Binary 11010010 100111 11111101 10001 1010101 0 1 100100000 1100010 111001

Color Harmonies of #D227FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227FD

Black with #D227FD

Text Example


Text Example

White with #D227FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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