Html Css Color HEX #D61CF9 Psychedelic Purple

📋 copy color: '#D61CF9'

red 214 ◦ green 28 ◦ blue 249

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

Shades of Psychedelic Purple #D61CF9

Tints of Psychedelic Purple #D61CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 43.58%
G = 5.7%
B = 50.71%

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

#D61CF9 (or 0xD61CF9) is known color: Psychedelic Purple. HEX triplet: D6, 1C and F9. RGB value is (214,28,249). Sum of RGB (Red+Green+Blue) = 214+28+249=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #D61CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CF9 is #29E306. Grayscale: #6C6C6C. Windows color (decimal): -2745095 or 16325846. OLE color: 16325846.

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

Color convert

RGB 214 28 249 -
CMYK 0.14 0.89 0 0.02
HSL 290.5º 0.95% 0.54% -
HSV(B) 290.5º 0.89% 0.98% -
XYZ 45.25 21.97 91.48 -
YUV 108.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 214 28 249 0.14 0.89 0 0.02 290.5 0.95 0.54
Hex D6 1C F9 E 59 0 2 122 5F 36
Octal 326 34 371 16 131 0 2 442 137 66
Binary 11010110 11100 11111001 1110 1011001 0 10 100100010 1011111 110110

Color Harmonies of #D61CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CF9

Black with #D61CF9

Text Example


Text Example

White with #D61CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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