Html Css Color HEX #D616FB Psychedelic Purple

📋 copy color: '#D616FB'

red 214 ◦ green 22 ◦ blue 251

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

Shades of Psychedelic Purple #D616FB

Tints of Psychedelic Purple #D616FB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.52%

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

R = 43.94%
G = 4.52%
B = 51.54%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D616FB (or 0xD616FB) is known color: Psychedelic Purple. HEX triplet: D6, 16 and FB. RGB value is (214,22,251). Sum of RGB (Red+Green+Blue) = 214+22+251=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 22 (8.98% from 255 or 4.52% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #D616FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D616FB is #29E904. Grayscale: #686868. Windows color (decimal): -2746629 or 16455382. OLE color: 16455382.

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

Color convert

RGB 214 22 251 -
CMYK 0.15 0.91 0 0.02
HSL 290.31º 0.97% 0.54% -
HSV(B) 290.31º 0.91% 0.98% -
XYZ 45.43 21.84 93.09 -
YUV 105.51 210.11 205.38 -
System Red Green Blue C M Y K H S L
Decimal 214 22 251 0.15 0.91 0 0.02 290.31 0.97 0.54
Hex D6 16 FB F 5B 0 2 122 61 36
Octal 326 26 373 17 133 0 2 442 141 66
Binary 11010110 10110 11111011 1111 1011011 0 10 100100010 1100001 110110

Color Harmonies of #D616FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616FB

Black with #D616FB

Text Example


Text Example

White with #D616FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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