Html Css Color HEX #D61CEF Psychedelic Purple

📋 copy color: '#D61CEF'

red 214 ◦ green 28 ◦ blue 239

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

Shades of Psychedelic Purple #D61CEF

Tints of Psychedelic Purple #D61CEF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.82%

 BLUE value IS 239 (93.75% from 255) = 49.69%

R = 44.49%
G = 5.82%
B = 49.69%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D61CEF (or 0xD61CEF) is known color: Psychedelic Purple. HEX triplet: D6, 1C and EF. RGB value is (214,28,239). Sum of RGB (Red+Green+Blue) = 214+28+239=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #D61CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CEF is #29E310. Grayscale: #6B6B6B. Windows color (decimal): -2745105 or 15670486. OLE color: 15670486.

HSL color Cylindrical-coordinate representation of color #D61CEF: hue angle of 292.89º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61CEF is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 28 239 -
CMYK 0.10 0.88 0 0.06
HSL 292.89º 0.87% 0.52% -
HSV(B) 292.89º 0.88% 0.94% -
XYZ 43.73 21.36 83.48 -
YUV 107.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 214 28 239 0.10 0.88 0 0.06 292.89 0.87 0.52
Hex D6 1C EF A 58 0 6 125 57 34
Octal 326 34 357 12 130 0 6 445 127 64
Binary 11010110 11100 11101111 1010 1011000 0 110 100100101 1010111 110100

Color Harmonies of #D61CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CEF

Black with #D61CEF

Text Example


Text Example

White with #D61CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CEF; }

 p { color: rgb(214,28,239); }

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

background-color css

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

 a { background-color: rgb(214,28,239); }

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

border-color css

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

 span { border-color: rgb(214,28,239); }

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