Html Css Color HEX #D61FE6 Psychedelic Purple

📋 copy color: '#D61FE6'

red 214 ◦ green 31 ◦ blue 230

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

Shades of Psychedelic Purple #D61FE6

Tints of Psychedelic Purple #D61FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 45.05%
G = 6.53%
B = 48.42%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D61FE6 (or 0xD61FE6) is known color: Psychedelic Purple. HEX triplet: D6, 1F and E6. RGB value is (214,31,230). Sum of RGB (Red+Green+Blue) = 214+31+230=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 31 (12.5% from 255 or 6.53% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #D61FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61FE6 is #29E019. Grayscale: #6B6B6B. Windows color (decimal): -2744346 or 15081430. OLE color: 15081430.

HSL color Cylindrical-coordinate representation of color #D61FE6: hue angle of 295.18º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61FE6 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 31 230 -
CMYK 0.07 0.87 0 0.10
HSL 295.18º 0.8% 0.51% -
HSV(B) 295.18º 0.87% 0.9% -
XYZ 42.5 20.99 76.67 -
YUV 108.4 196.63 203.32 -
System Red Green Blue C M Y K H S L
Decimal 214 31 230 0.07 0.87 0 0.10 295.18 0.8 0.51
Hex D6 1F E6 7 57 0 A 127 50 33
Octal 326 37 346 7 127 0 12 447 120 63
Binary 11010110 11111 11100110 111 1010111 0 1010 100100111 1010000 110011

Color Harmonies of #D61FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61FE6

Black with #D61FE6

Text Example


Text Example

White with #D61FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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