Html Css Color HEX #D61CF7 Psychedelic Purple

📋 copy color: '#D61CF7'

red 214 ◦ green 28 ◦ blue 247

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

Shades of Psychedelic Purple #D61CF7

Tints of Psychedelic Purple #D61CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.51%

R = 43.76%
G = 5.73%
B = 50.51%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D61CF7 (or 0xD61CF7) is known color: Psychedelic Purple. HEX triplet: D6, 1C and F7. RGB value is (214,28,247). Sum of RGB (Red+Green+Blue) = 214+28+247=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 28 (11.33% from 255 or 5.73% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #D61CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CF7 is #29E308. Grayscale: #6B6B6B. Windows color (decimal): -2745097 or 16194774. OLE color: 16194774.

HSL color Cylindrical-coordinate representation of color #D61CF7: hue angle of 290.96º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D61CF7 is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 214 28 247 -
CMYK 0.13 0.89 0 0.03
HSL 290.96º 0.93% 0.54% -
HSV(B) 290.96º 0.89% 0.97% -
XYZ 44.94 21.84 89.84 -
YUV 108.58 206.12 203.19 -
System Red Green Blue C M Y K H S L
Decimal 214 28 247 0.13 0.89 0 0.03 290.96 0.93 0.54
Hex D6 1C F7 D 59 0 3 123 5D 36
Octal 326 34 367 15 131 0 3 443 135 66
Binary 11010110 11100 11110111 1101 1011001 0 11 100100011 1011101 110110

Color Harmonies of #D61CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CF7

Black with #D61CF7

Text Example


Text Example

White with #D61CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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