Html Css Color HEX #D61DFB Psychedelic Purple

📋 copy color: '#D61DFB'

red 214 ◦ green 29 ◦ blue 251

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

Shades of Psychedelic Purple #D61DFB

Tints of Psychedelic Purple #D61DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.87%

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

R = 43.32%
G = 5.87%
B = 50.81%

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

#D61DFB (or 0xD61DFB) is known color: Psychedelic Purple. HEX triplet: D6, 1D and FB. RGB value is (214,29,251). Sum of RGB (Red+Green+Blue) = 214+29+251=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 29 (11.72% from 255 or 5.87% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #D61DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D61DFB is #29E204. Grayscale: #6C6C6C. Windows color (decimal): -2744837 or 16457174. OLE color: 16457174.

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

Color convert

RGB 214 29 251 -
CMYK 0.15 0.88 0 0.02
HSL 290º 0.97% 0.55% -
HSV(B) 290º 0.88% 0.98% -
XYZ 45.58 22.14 93.14 -
YUV 109.62 207.79 202.45 -
System Red Green Blue C M Y K H S L
Decimal 214 29 251 0.15 0.88 0 0.02 290 0.97 0.55
Hex D6 1D FB F 58 0 2 122 61 37
Octal 326 35 373 17 130 0 2 442 141 67
Binary 11010110 11101 11111011 1111 1011000 0 10 100100010 1100001 110111

Color Harmonies of #D61DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61DFB

Black with #D61DFB

Text Example


Text Example

White with #D61DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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