Html Css Color HEX #D600FC Psychedelic Purple

📋 copy color: '#D600FC'

red 214 ◦ green 0 ◦ blue 252

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

Shades of Psychedelic Purple #D600FC

Tints of Psychedelic Purple #D600FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.08%

R = 45.92%
G = 0%
B = 54.08%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D600FC (or 0xD600FC) is known color: Psychedelic Purple. HEX triplet: D6, 00 and FC. RGB value is (214,0,252). Sum of RGB (Red+Green+Blue) = 214+0+252=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 252 (98.83% from 255 or 54.08% from 466); Max value from RGB is 252 - color contains mainly: blue. Hex color #D600FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D600FC is #29FF03. Grayscale: #5B5B5B. Windows color (decimal): -2752260 or 16515286. OLE color: 16515286.

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

Color convert

RGB 214 0 252 -
CMYK 0.15 1 0 0.01
HSL 290.95º 1% 0.49% -
HSV(B) 290.95º 1% 0.99% -
XYZ 45.3 21.32 93.82 -
YUV 92.71 217.9 214.51 -
System Red Green Blue C M Y K H S L
Decimal 214 0 252 0.15 1 0 0.01 290.95 1 0.49
Hex D6 0 FC F 64 0 1 123 64 31
Octal 326 0 374 17 144 0 1 443 144 61
Binary 11010110 0 11111100 1111 1100100 0 1 100100011 1100100 110001

Color Harmonies of #D600FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D600FC

Black with #D600FC

Text Example


Text Example

White with #D600FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D600FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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