Html Css Color HEX #D617FB Psychedelic Purple

📋 copy color: '#D617FB'

red 214 ◦ green 23 ◦ blue 251

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

Shades of Psychedelic Purple #D617FB

Tints of Psychedelic Purple #D617FB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.71%

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

R = 43.85%
G = 4.71%
B = 51.43%

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

#D617FB (or 0xD617FB) is known color: Psychedelic Purple. HEX triplet: D6, 17 and FB. RGB value is (214,23,251). Sum of RGB (Red+Green+Blue) = 214+23+251=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #D617FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D617FB is #29E804. Grayscale: #696969. Windows color (decimal): -2746373 or 16455638. OLE color: 16455638.

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

Color convert

RGB 214 23 251 -
CMYK 0.15 0.91 0 0.02
HSL 290.26º 0.97% 0.54% -
HSV(B) 290.26º 0.91% 0.98% -
XYZ 45.45 21.87 93.09 -
YUV 106.1 209.78 204.96 -
System Red Green Blue C M Y K H S L
Decimal 214 23 251 0.15 0.91 0 0.02 290.26 0.97 0.54
Hex D6 17 FB F 5B 0 2 122 61 36
Octal 326 27 373 17 133 0 2 442 141 66
Binary 11010110 10111 11111011 1111 1011011 0 10 100100010 1100001 110110

Color Harmonies of #D617FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D617FB

Black with #D617FB

Text Example


Text Example

White with #D617FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D617FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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