Html Css Color HEX #D61EFF Psychedelic Purple

📋 copy color: '#D61EFF'

red 214 ◦ green 30 ◦ blue 255

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

Shades of Psychedelic Purple #D61EFF

Tints of Psychedelic Purple #D61EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.1%

R = 42.89%
G = 6.01%
B = 51.1%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D61EFF (or 0xD61EFF) is known color: Psychedelic Purple. HEX triplet: D6, 1E and FF. RGB value is (214,30,255). Sum of RGB (Red+Green+Blue) = 214+30+255=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 30 (12.11% from 255 or 6.01% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #D61EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61EFF is #29E100. Grayscale: #6D6D6D. Windows color (decimal): -2744577 or 16719574. OLE color: 16719574.

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

Color convert

RGB 214 30 255 -
CMYK 0.16 0.88 0 0
HSL 289.07º 1% 0.56% -
HSV(B) 289.07º 0.88% 1% -
XYZ 46.25 22.44 96.5 -
YUV 110.67 209.46 201.7 -
System Red Green Blue C M Y K H S L
Decimal 214 30 255 0.16 0.88 0 0 289.07 1 0.56
Hex D6 1E FF 10 58 0 0 121 64 38
Octal 326 36 377 20 130 0 0 441 144 70
Binary 11010110 11110 11111111 10000 1011000 0 0 100100001 1100100 111000

Color Harmonies of #D61EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EFF

Black with #D61EFF

Text Example


Text Example

White with #D61EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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