Html Css Color HEX #D61FFD Psychedelic Purple

📋 copy color: '#D61FFD'

red 214 ◦ green 31 ◦ blue 253

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

Shades of Psychedelic Purple #D61FFD

Tints of Psychedelic Purple #D61FFD

RGB

 RED value IS 214 (83.98% from 255) = 42.97%

 GREEN value IS 31 (12.5% from 255) = 6.22%

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

R = 42.97%
G = 6.22%
B = 50.8%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D61FFD (or 0xD61FFD) is known color: Psychedelic Purple. HEX triplet: D6, 1F and FD. RGB value is (214,31,253). Sum of RGB (Red+Green+Blue) = 214+31+253=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #D61FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FFD is #29E002. Grayscale: #6E6E6E. Windows color (decimal): -2744323 or 16588758. OLE color: 16588758.

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

Color convert

RGB 214 31 253 -
CMYK 0.15 0.88 0 0.01
HSL 289.46º 0.98% 0.56% -
HSV(B) 289.46º 0.88% 0.99% -
XYZ 45.95 22.37 94.82 -
YUV 111.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 214 31 253 0.15 0.88 0 0.01 289.46 0.98 0.56
Hex D6 1F FD F 58 0 1 121 62 38
Octal 326 37 375 17 130 0 1 441 142 70
Binary 11010110 11111 11111101 1111 1011000 0 1 100100001 1100010 111000

Color Harmonies of #D61FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FFD

Black with #D61FFD

Text Example


Text Example

White with #D61FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FFD; }

 p { color: rgb(214,31,253); }

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

background-color css

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

 a { background-color: rgb(214,31,253); }

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

border-color css

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

 span { border-color: rgb(214,31,253); }

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