Html Css Color HEX #D61EFB Psychedelic Purple

📋 copy color: '#D61EFB'

red 214 ◦ green 30 ◦ blue 251

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

Shades of Psychedelic Purple #D61EFB

Tints of Psychedelic Purple #D61EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.06%

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

R = 43.23%
G = 6.06%
B = 50.71%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D61EFB (or 0xD61EFB) is known color: Psychedelic Purple. HEX triplet: D6, 1E and FB. RGB value is (214,30,251). Sum of RGB (Red+Green+Blue) = 214+30+251=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 30 (12.11% from 255 or 6.06% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #D61EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61EFB is #29E104. Grayscale: #6D6D6D. Windows color (decimal): -2744581 or 16457430. OLE color: 16457430.

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

Color convert

RGB 214 30 251 -
CMYK 0.15 0.88 0 0.02
HSL 289.95º 0.97% 0.55% -
HSV(B) 289.95º 0.88% 0.98% -
XYZ 45.61 22.19 93.15 -
YUV 110.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 214 30 251 0.15 0.88 0 0.02 289.95 0.97 0.55
Hex D6 1E FB F 58 0 2 122 61 37
Octal 326 36 373 17 130 0 2 442 141 67
Binary 11010110 11110 11111011 1111 1011000 0 10 100100010 1100001 110111

Color Harmonies of #D61EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61EFB

Black with #D61EFB

Text Example


Text Example

White with #D61EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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