Html Css Color HEX #D61EF6 Psychedelic Purple

📋 copy color: '#D61EF6'

red 214 ◦ green 30 ◦ blue 246

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

Shades of Psychedelic Purple #D61EF6

Tints of Psychedelic Purple #D61EF6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.12%

 BLUE value IS 246 (96.48% from 255) = 50.2%

R = 43.67%
G = 6.12%
B = 50.2%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D61EF6 (or 0xD61EF6) is known color: Psychedelic Purple. HEX triplet: D6, 1E and F6. RGB value is (214,30,246). Sum of RGB (Red+Green+Blue) = 214+30+246=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 30 (12.11% from 255 or 6.12% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #D61EF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61EF6 is #29E109. Grayscale: #6C6C6C. Windows color (decimal): -2744586 or 16129750. OLE color: 16129750.

HSL color Cylindrical-coordinate representation of color #D61EF6: hue angle of 291.11º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61EF6 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 30 246 -
CMYK 0.13 0.88 0 0.04
HSL 291.11º 0.92% 0.54% -
HSV(B) 291.11º 0.88% 0.96% -
XYZ 44.83 21.88 89.05 -
YUV 109.64 204.96 202.44 -
System Red Green Blue C M Y K H S L
Decimal 214 30 246 0.13 0.88 0 0.04 291.11 0.92 0.54
Hex D6 1E F6 D 58 0 4 123 5C 36
Octal 326 36 366 15 130 0 4 443 134 66
Binary 11010110 11110 11110110 1101 1011000 0 100 100100011 1011100 110110

Color Harmonies of #D61EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EF6

Black with #D61EF6

Text Example


Text Example

White with #D61EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EF6; }

 p { color: rgb(214,30,246); }

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

background-color css

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

 a { background-color: rgb(214,30,246); }

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

border-color css

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

 span { border-color: rgb(214,30,246); }

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