Html Css Color HEX #D227FB Psychedelic Purple

📋 copy color: '#D227FB'

red 210 ◦ green 39 ◦ blue 251

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

Shades of Psychedelic Purple #D227FB

Tints of Psychedelic Purple #D227FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 42%
G = 7.8%
B = 50.2%

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

#D227FB (or 0xD227FB) is known color: Psychedelic Purple. HEX triplet: D2, 27 and FB. RGB value is (210,39,251). Sum of RGB (Red+Green+Blue) = 210+39+251=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #D227FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D227FB is #2DD804. Grayscale: #717171. Windows color (decimal): -3004421 or 16459730. OLE color: 16459730.

HSL color Cylindrical-coordinate representation of color #D227FB: hue angle of 288.4º degrees, saturation: 0.96, 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 #D227FB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 39 251 -
CMYK 0.16 0.84 0 0.02
HSL 288.4º 0.96% 0.57% -
HSV(B) 288.4º 0.84% 0.98% -
XYZ 44.72 22.12 93.18 -
YUV 114.3 205.15 196.26 -
System Red Green Blue C M Y K H S L
Decimal 210 39 251 0.16 0.84 0 0.02 288.4 0.96 0.57
Hex D2 27 FB 10 54 0 2 120 60 39
Octal 322 47 373 20 124 0 2 440 140 71
Binary 11010010 100111 11111011 10000 1010100 0 10 100100000 1100000 111001

Color Harmonies of #D227FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D227FB

Black with #D227FB

Text Example


Text Example

White with #D227FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D227FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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