Html Css Color HEX #D61CFA Psychedelic Purple

📋 copy color: '#D61CFA'

red 214 ◦ green 28 ◦ blue 250

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

Shades of Psychedelic Purple #D61CFA

Tints of Psychedelic Purple #D61CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 43.5%
G = 5.69%
B = 50.81%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D61CFA (or 0xD61CFA) is known color: Psychedelic Purple. HEX triplet: D6, 1C and FA. RGB value is (214,28,250). Sum of RGB (Red+Green+Blue) = 214+28+250=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #D61CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CFA is #29E305. Grayscale: #6C6C6C. Windows color (decimal): -2745094 or 16391382. OLE color: 16391382.

HSL color Cylindrical-coordinate representation of color #D61CFA: hue angle of 290.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61CFA is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 28 250 -
CMYK 0.14 0.89 0 0.02
HSL 290.27º 0.96% 0.55% -
HSV(B) 290.27º 0.89% 0.98% -
XYZ 45.4 22.03 92.3 -
YUV 108.92 207.62 202.95 -
System Red Green Blue C M Y K H S L
Decimal 214 28 250 0.14 0.89 0 0.02 290.27 0.96 0.55
Hex D6 1C FA E 59 0 2 122 60 37
Octal 326 34 372 16 131 0 2 442 140 67
Binary 11010110 11100 11111010 1110 1011001 0 10 100100010 1100000 110111

Color Harmonies of #D61CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CFA

Black with #D61CFA

Text Example


Text Example

White with #D61CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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