Html Css Color HEX #D61CFB Psychedelic Purple

📋 copy color: '#D61CFB'

red 214 ◦ green 28 ◦ blue 251

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

Shades of Psychedelic Purple #D61CFB

Tints of Psychedelic Purple #D61CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 43.41%
G = 5.68%
B = 50.91%

CMYK

 C value IS 0.15

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D61CFB (or 0xD61CFB) is known color: Psychedelic Purple. HEX triplet: D6, 1C and FB. RGB value is (214,28,251). Sum of RGB (Red+Green+Blue) = 214+28+251=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #D61CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61CFB is #29E304. Grayscale: #6C6C6C. Windows color (decimal): -2745093 or 16456918. OLE color: 16456918.

HSL color Cylindrical-coordinate representation of color #D61CFB: hue angle of 290.04º degrees, saturation: 0.97, 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 #D61CFB is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 28 251 -
CMYK 0.15 0.89 0 0.02
HSL 290.04º 0.97% 0.55% -
HSV(B) 290.04º 0.89% 0.98% -
XYZ 45.56 22.09 93.13 -
YUV 109.04 208.12 202.87 -
System Red Green Blue C M Y K H S L
Decimal 214 28 251 0.15 0.89 0 0.02 290.04 0.97 0.55
Hex D6 1C FB F 59 0 2 122 61 37
Octal 326 34 373 17 131 0 2 442 141 67
Binary 11010110 11100 11111011 1111 1011001 0 10 100100010 1100001 110111

Color Harmonies of #D61CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CFB

Black with #D61CFB

Text Example


Text Example

White with #D61CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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