Html Css Color HEX #D600FB Psychedelic Purple

📋 copy color: '#D600FB'

red 214 ◦ green 0 ◦ blue 251

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

Shades of Psychedelic Purple #D600FB

Tints of Psychedelic Purple #D600FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.02%
G = 0%
B = 53.98%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D600FB (or 0xD600FB) is known color: Psychedelic Purple. HEX triplet: D6, 00 and FB. RGB value is (214,0,251). Sum of RGB (Red+Green+Blue) = 214+0+251=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #D600FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600FB is #29FF04. Grayscale: #5B5B5B. Windows color (decimal): -2752261 or 16449750. OLE color: 16449750.

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

Color convert

RGB 214 0 251 -
CMYK 0.15 1 0 0.02
HSL 291.16º 1% 0.49% -
HSV(B) 291.16º 1% 0.98% -
XYZ 45.14 21.26 92.99 -
YUV 92.6 217.4 214.59 -
System Red Green Blue C M Y K H S L
Decimal 214 0 251 0.15 1 0 0.02 291.16 1 0.49
Hex D6 0 FB F 64 0 2 123 64 31
Octal 326 0 373 17 144 0 2 443 144 61
Binary 11010110 0 11111011 1111 1100100 0 10 100100011 1100100 110001

Color Harmonies of #D600FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600FB

Black with #D600FB

Text Example


Text Example

White with #D600FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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